提交 fb4d350f 编写于 作者: M Michael Niedermayer

avcodec/mpegaudio_parser: Update comment to match code

Signed-off-by: NMichael Niedermayer <michael@niedermayer.cc>
上级 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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册