mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-02-04 14:30:55 +08:00
avcodec/mpeg12dec: Remove nonsense comment
Everything in mpeg12dec.c is about decoding. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -381,9 +381,6 @@ static inline int mpeg2_decode_block_intra(MpegEncContext *s,
|
||||
return 0;
|
||||
}
|
||||
|
||||
/******************************************/
|
||||
/* decoding */
|
||||
|
||||
static inline int get_dmv(MpegEncContext *s)
|
||||
{
|
||||
if (get_bits1(&s->gb))
|
||||
|
||||
Reference in New Issue
Block a user