avcodec/mpegvideo: Remove incorrect comment

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
pull/388/head
Andreas Rheinhardt 2 years ago
parent 7e93fba51f
commit 17987b371b
  1. 1
      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);

Loading…
Cancel
Save