summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorJuanjo <pulento@users.sourceforge.net>2002-04-09 00:08:39 +0000
committerJuanjo <pulento@users.sourceforge.net>2002-04-09 00:08:39 +0000
commitdbc598bb7963674e709509ac722443fdad9a5e9e (patch)
treef22764f8d381a7a5c8fd409af42959c93af5e869 /libavcodec/avcodec.h
parent502d105f9664598d0535eed6be2dc8a5900a6f1e (diff)
- 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
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 3f6ee75661..9eab3d0a9f 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,