X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Flibzmpeg3%2Flibzmpeg3.C;h=93a4ae02bb575d40fa3ec4e39a0599b786c58c0a;hb=d54e2016ca0bea24cd4371058d0f75aeebdb044f;hp=d27e5ceb15fafe0a2bf9799ebb6e2b438abc94cc;hpb=43821d27c5b51c4250a251f20c98878f54deb288;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/libzmpeg3/libzmpeg3.C b/cinelerra-5.1/libzmpeg3/libzmpeg3.C index d27e5ceb..93a4ae02 100644 --- a/cinelerra-5.1/libzmpeg3/libzmpeg3.C +++ b/cinelerra-5.1/libzmpeg3/libzmpeg3.C @@ -418,7 +418,7 @@ check_sig(char *path) if( !fs->open_file() ) { /* File found */ char *ext = strrchr(path, '.'); uint32_t bits = fs->read_uint32(); - uint32_t bits2 = fs->read_uint32(); +// uint32_t bits2 = fs->read_uint32(); /* pre-approved suffixes */ if( ext && !strncasecmp(ext, ".mp3", 4) ) {