Commit fb4d350f authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/mpegaudio_parser: Update comment to match code

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 7b4367d9
......@@ -35,7 +35,7 @@ typedef struct MpegAudioParseContext {
#define MPA_HEADER_SIZE 4
/* header + layer + bitrate + freq + lsf/mpeg25 */
/* header + layer + freq + lsf/mpeg25 */
#define SAME_HEADER_MASK \
(0xffe00000 | (3 << 17) | (3 << 10) | (3 << 19))
......
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