[FFmpeg-cvslog] r15359 - trunk/libavcodec/zmbvenc.c

kostya subversion
Thu Sep 18 15:17:44 CEST 2008


Author: kostya
Date: Thu Sep 18 15:17:44 2008
New Revision: 15359

Log:
ZMBV encoder forgot to fill coded frame pointer

Modified:
   trunk/libavcodec/zmbvenc.c

Modified: trunk/libavcodec/zmbvenc.c
==============================================================================
--- trunk/libavcodec/zmbvenc.c	(original)
+++ trunk/libavcodec/zmbvenc.c	Thu Sep 18 15:17:44 2008
@@ -300,6 +300,8 @@ static av_cold int encode_init(AVCodecCo
         return -1;
     }
 
+    avctx->coded_frame = (AVFrame*)&c->pic;
+
     return 0;
 }
 




More information about the ffmpeg-cvslog mailing list