You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
mpegvideo_enc: Drop unnneded initialization
coded_frame is already initialized where needed.
This commit is contained in:
@@ -722,8 +722,6 @@ FF_ENABLE_DEPRECATION_WARNINGS
|
||||
ff_pixblockdsp_init(&s->pdsp, avctx);
|
||||
ff_qpeldsp_init(&s->qdsp);
|
||||
|
||||
s->avctx->coded_frame = s->current_picture.f;
|
||||
|
||||
if (s->msmpeg4_version) {
|
||||
FF_ALLOCZ_OR_GOTO(s->avctx, s->ac_stats,
|
||||
2 * 2 * (MAX_LEVEL + 1) *
|
||||
|
Reference in New Issue
Block a user