10000l vbr mp3 fix

Originally committed as revision 3911 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2005-01-31 21:26:20 +00:00
parent 38d5c282cd
commit e993bc03ac
1 changed files with 1 additions and 1 deletions

View File

@ -502,7 +502,7 @@ typedef struct MpegAudioParseContext {
/* header + layer + bitrate + freq + lsf/mpeg25 */
#define SAME_HEADER_MASK \
(0xffe00000 | (3 << 17) | (0xf << 12) | (3 << 10) | (3 << 19))
(0xffe00000 | (3 << 17) | (3 << 10) | (3 << 19))
static int mpegaudio_parse_init(AVCodecParserContext *s1)
{