summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorJuanjo <pulento@users.sourceforge.net>2002-04-09 00:37:06 +0000
committerJuanjo <pulento@users.sourceforge.net>2002-04-09 00:37:06 +0000
commit9f862d1133e23c26e7b682c625f380f68cd4627b (patch)
tree32dece7bf2ae8d3f3663d58ad1c106e58f2a6eef /libavcodec/avcodec.h
parentdbc598bb7963674e709509ac722443fdad9a5e9e (diff)
- PIX_FMT_ANY = -1 to avoid breaking any stuff that could be using it.
Thanks to D Richard Felker III for his comments. Originally committed as revision 392 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 9eab3d0a9f..1859fe3d41 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -39,7 +39,7 @@ enum CodecType {
};
enum PixelFormat {
- //PIX_FMT_ANY,
+ PIX_FMT_ANY = -1,
PIX_FMT_YUV420P,
PIX_FMT_YUV422,
PIX_FMT_RGB24,