1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-04 22:03:09 +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:
Andreas Rheinhardt
2025-05-17 02:35:43 +02:00
parent 562192e283
commit f5f890fee4

View File

@ -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))