mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
10000l vbr mp3 fix
Originally committed as revision 3911 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
38d5c282cd
commit
e993bc03ac
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user