ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | Sat Sep 30 19:28:15 2023 +0200| [b6e5136ba3d4ef2aab91a7db073dca17d4eb0b6b] | committer: Andreas Rheinhardt
avcodec/mpegvideo_dec: Remove commented-out legacy cruft Added in 80e9e63c946660304fc65fa8141ccfdbe4d196d1 for reasons unknown to me. Reviewed-by: Michael Niedermayer <mich...@niedermayer.cc> Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b6e5136ba3d4ef2aab91a7db073dca17d4eb0b6b --- libavcodec/mpegvideo_dec.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libavcodec/mpegvideo_dec.c b/libavcodec/mpegvideo_dec.c index 7aa46a4e25..aab2a4655a 100644 --- a/libavcodec/mpegvideo_dec.c +++ b/libavcodec/mpegvideo_dec.c @@ -435,10 +435,6 @@ FF_ENABLE_DEPRECATION_WARNINGS ff_thread_report_progress(&s->next_picture_ptr->tf, INT_MAX, 1); } -#if 0 // BUFREF-FIXME - memset(s->last_picture.f->data, 0, sizeof(s->last_picture.f->data)); - memset(s->next_picture.f->data, 0, sizeof(s->next_picture.f->data)); -#endif if (s->last_picture_ptr) { if (s->last_picture_ptr->f->buf[0] && (ret = ff_mpeg_ref_picture(s->avctx, &s->last_picture, _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".