changeset 316:02d6d988399e libavcodec

- 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.
author pulento
date Tue, 09 Apr 2002 00:08:39 +0000
parents 40d8092e2ff0
children 5afea0021fb8
files avcodec.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/avcodec.h	Mon Apr 08 21:03:35 2002 +0000
+++ b/avcodec.h	Tue Apr 09 00:08:39 2002 +0000
@@ -39,7 +39,7 @@
 };
 
 enum PixelFormat {
-    PIX_FMT_ANY,
+    //PIX_FMT_ANY,
     PIX_FMT_YUV420P,
     PIX_FMT_YUV422,
     PIX_FMT_RGB24,