Browse Source

zmbvenc: do not set avctx->coded_frame

Signed-off-by: Paul B Mahol <onemda@gmail.com>
tags/n2.0
Paul B Mahol 12 years ago
parent
commit
3bec6a44ea
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      libavcodec/zmbvenc.c

+ 0
- 2
libavcodec/zmbvenc.c View File

@@ -312,8 +312,6 @@ static av_cold int encode_init(AVCodecContext *avctx)
return -1;
}

avctx->coded_frame = &c->pic;

return 0;
}



Loading…
Cancel
Save