[FFmpeg-devel] [PATCH 7/7] avcodec/mpegvideo: Remove incorrect comment

Andreas Rheinhardt andreas.rheinhardt at outlook.com
Wed Oct 26 05:01:48 EEST 2022


Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
---
 libavcodec/mpegvideo.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 99b2d8f6de..9a58d68524 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -786,7 +786,6 @@ void ff_mpv_free_context_frame(MpegEncContext *s)
     s->linesize = s->uvlinesize = 0;
 }
 
-/* init common structure for both encoder and decoder */
 void ff_mpv_common_end(MpegEncContext *s)
 {
     ff_mpv_free_context_frame(s);
-- 
2.34.1



More information about the ffmpeg-devel mailing list