aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorJoel Yliluoma <joel.yliluoma@w-create.com>2002-11-14 19:46:14 +0000
committerMichael Niedermayer <michaelni@gmx.at>2002-11-14 19:46:14 +0000
commita32072d0e98e7a1642eacdd3367f94699de0bfad (patch)
treecaabb74cdd57e183b2e18a728b46df189d46ac20 /libavcodec/avcodec.h
parent11f18fafcab80ef52391e6e29c5a1a8f6f22c4e3 (diff)
downloadffmpeg-a32072d0e98e7a1642eacdd3367f94699de0bfad.tar.gz
16-bit and 15-bit rgb/bgr patch by (Joel Yliluoma <joel dot yliluoma at w-create dot com>) (note, rare formats disabled)
Originally committed as revision 1212 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 8ca71a0bcf..f88184d504 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -69,7 +69,14 @@ enum PixelFormat {
PIX_FMT_RGBA32,
PIX_FMT_BGRA32,
PIX_FMT_YUV410P,
- PIX_FMT_YUV411P
+ PIX_FMT_YUV411P,
+ PIX_FMT_RGB565,
+ PIX_FMT_RGB555,
+// PIX_FMT_RGB5551,
+ PIX_FMT_BGR565,
+ PIX_FMT_BGR555,
+// PIX_FMT_GBR565,
+// PIX_FMT_GBR555
};
/* currently unused, may be used if 24/32 bits samples ever supported */