mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
avcodec/mpegvideo: Remove incorrect comment
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user