[SCM] libav/experimental: * recommiting change from SF CVS

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:37:50 UTC 2013


The following commit has been merged in the experimental branch:
commit 86a7e1150222e77478413c68bd3b9412c0c1b14a
Author: Roman Shaposhnik <roman at shaposhnik.org>
Date:   Sat Oct 11 01:41:41 2003 +0000

       * recommiting change from SF CVS
    
    Originally committed as revision 2350 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/dv.c b/libavcodec/dv.c
index b9a3996..f33a758 100644
--- a/libavcodec/dv.c
+++ b/libavcodec/dv.c
@@ -845,6 +845,8 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,
     
     s->picture.reference = 0;
     avctx->pix_fmt = s->sys->pix_fmt;
+    avctx->width = s->sys->width;
+    avctx->height = s->sys->height;
     if(avctx->get_buffer(avctx, &s->picture) < 0) {
         fprintf(stderr, "get_buffer() failed\n");
         return -1;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list