Commit aff57685 authored by michael's avatar michael

10000l vbr mp3 fix


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3911 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 9ca36396
...@@ -502,7 +502,7 @@ typedef struct MpegAudioParseContext { ...@@ -502,7 +502,7 @@ typedef struct MpegAudioParseContext {
/* header + layer + bitrate + freq + lsf/mpeg25 */ /* header + layer + bitrate + freq + lsf/mpeg25 */
#define SAME_HEADER_MASK \ #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) static int mpegaudio_parse_init(AVCodecParserContext *s1)
{ {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment