changeset 7886:90f13ad5d6e3 libavcodec

ZMBV encoder forgot to fill coded frame pointer
author kostya
date Thu, 18 Sep 2008 13:17:44 +0000
parents f874e1d5cf07
children 44da2504ce69
files zmbvenc.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/zmbvenc.c	Thu Sep 18 05:20:54 2008 +0000
+++ b/zmbvenc.c	Thu Sep 18 13:17:44 2008 +0000
@@ -300,6 +300,8 @@
         return -1;
     }
 
+    avctx->coded_frame = (AVFrame*)&c->pic;
+
     return 0;
 }