[FFmpeg-cvslog] avcodec/mpeg12dec: Remove nonsense comment

Andreas Rheinhardt git at videolan.org
Wed May 21 04:27:28 EEST 2025


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sat May 17 02:35:43 2025 +0200| [f5f890fee4c8430c6aee3683913b411cb7b8d1f5] | committer: Andreas Rheinhardt

avcodec/mpeg12dec: Remove nonsense comment

Everything in mpeg12dec.c is about decoding.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f5f890fee4c8430c6aee3683913b411cb7b8d1f5
---

 libavcodec/mpeg12dec.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/libavcodec/mpeg12dec.c b/libavcodec/mpeg12dec.c
index 078f0fa999..9cf1bb9b28 100644
--- a/libavcodec/mpeg12dec.c
+++ b/libavcodec/mpeg12dec.c
@@ -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))



More information about the ffmpeg-cvslog mailing list