Signed-off-by: Andreas Rheinhardt <[email protected]>
---
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
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".