diff mbox series

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

Message ID AS8P250MB0744E28A3D7055E91E8FD3E18F309@AS8P250MB0744.EURP250.PROD.OUTLOOK.COM
State Accepted
Commit 17987b371bf8ebc284950115a7e2987baa2f2685
Headers show
Series [FFmpeg-devel,1/2] avcodec/mpegvideo: Don't initialize H264Chroma ctx unnecessarily | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andreas Rheinhardt Oct. 26, 2022, 2:01 a.m. UTC
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
---
 libavcodec/mpegvideo.c | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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