[FFmpeg-cvslog] avcodec/mpegvideo: Remove incorrect comment
Andreas Rheinhardt
git at videolan.org
Sat Oct 29 15:17:13 EEST 2022
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Wed Oct 26 03:27:12 2022 +0200| [17987b371bf8ebc284950115a7e2987baa2f2685] | committer: Andreas Rheinhardt
avcodec/mpegvideo: Remove incorrect comment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=17987b371bf8ebc284950115a7e2987baa2f2685
---
libavcodec/mpegvideo.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/libavcodec/mpegvideo.c b/libavcodec/mpegvideo.c
index 6cb0af67b5..836869c1d9 100644
--- a/libavcodec/mpegvideo.c
+++ b/libavcodec/mpegvideo.c
@@ -785,7 +785,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);
More information about the ffmpeg-cvslog
mailing list