[SCM] libav/experimental: - Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting the PIX_FMT_ so they get PIX_FMT_ANY instead of PIX_FMT_YUV420P which obviuosly annoys ffmpeg.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:31:23 UTC 2013


The following commit has been merged in the experimental branch:
commit dbc598bb7963674e709509ac722443fdad9a5e9e
Author: Juanjo <pulento at users.sourceforge.net>
Date:   Tue Apr 9 00:08:39 2002 +0000

    - Commented out PIX_FMT_ANY by now. It seems that not all codecs are setting
    the PIX_FMT_ so they get PIX_FMT_ANY instead of PIX_FMT_YUV420P which
    obviuosly annoys ffmpeg.
    
    Originally committed as revision 391 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3f6ee75..9eab3d0 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -39,7 +39,7 @@ enum CodecType {
 };
 
 enum PixelFormat {
-    PIX_FMT_ANY,
+    //PIX_FMT_ANY,
     PIX_FMT_YUV420P,
     PIX_FMT_YUV422,
     PIX_FMT_RGB24,

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list