Browse Source

ZMBV encoder forgot to fill coded frame pointer

Originally committed as revision 15359 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Kostya Shishkov 16 years ago
parent
commit
e6ab862368
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      libavcodec/zmbvenc.c

+ 2
- 0
libavcodec/zmbvenc.c View File

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

avctx->coded_frame = (AVFrame*)&c->pic;

return 0;
}



Loading…
Cancel
Save