[SCM] libav/experimental: 10l to whoever wrote this

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:48:06 UTC 2013


The following commit has been merged in the experimental branch:
commit 1449b7220d7de0cb6e6fc0f3fbf182a3c0e59cd3
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Thu Jun 15 09:20:31 2006 +0000

    10l to whoever wrote this
    
    Originally committed as revision 5479 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/xvidff.c b/libavcodec/xvidff.c
index c765891..1d822c3 100644
--- a/libavcodec/xvidff.c
+++ b/libavcodec/xvidff.c
@@ -760,5 +760,6 @@ AVCodec xvid_encoder = {
     sizeof(xvid_context_t),
     ff_xvid_encode_init,
     ff_xvid_encode_frame,
-    ff_xvid_encode_close
+    ff_xvid_encode_close,
+    .pix_fmts= (enum PixelFormat[]){PIX_FMT_YUV420P, -1},
 };

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list