summaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2002-12-29 22:35:46 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-12-29 22:35:46 +0000
commit2bbf71777fc447d24803f2287c257d5b41017b76 (patch)
tree83c9769e7c4707f40b9be1f59050f9363d457567 /libavcodec/avcodec.h
parent5fe061a027edbd6283938c603ac139394922294b (diff)
downloadffmpeg-streaming-2bbf71777fc447d24803f2287c257d5b41017b76.zip
ffmpeg-streaming-2bbf71777fc447d24803f2287c257d5b41017b76.tar.gz
removing PIX_FMT_ANY
Originally committed as revision 1373 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index a2a1d34..7ccd24b 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -60,7 +60,6 @@ enum CodecType {
};
enum PixelFormat {
- PIX_FMT_ANY = -1,
PIX_FMT_YUV420P,
PIX_FMT_YUV422,
PIX_FMT_RGB24,
OpenPOWER on IntegriCloud