You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02: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;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/******************************************/
|
|
||||||
/* decoding */
|
|
||||||
|
|
||||||
static inline int get_dmv(MpegEncContext *s)
|
static inline int get_dmv(MpegEncContext *s)
|
||||||
{
|
{
|
||||||
if (get_bits1(&s->gb))
|
if (get_bits1(&s->gb))
|
||||||
|
Reference in New Issue
Block a user