summaryrefslogtreecommitdiff
path: root/libavcodec/avcodec.h
diff options
context:
space:
mode:
authorPhilip Gladstone <philipjsg@users.sourceforge.net>2002-07-27 03:08:04 +0000
committerPhilip Gladstone <philipjsg@users.sourceforge.net>2002-07-27 03:08:04 +0000
commitb71472eb62ec9317bfe119ede3222bf66dbbdb1a (patch)
tree86068aa491598cef51b5a9405199313556a2be1b /libavcodec/avcodec.h
parent64e105e051ca3e5088b0db64551244482b2836b4 (diff)
Add conversions to and from RGBA32 and BGRA32.
Originally committed as revision 824 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/avcodec.h')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 76de60a19f..641cf15216 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -59,6 +59,8 @@ enum PixelFormat {
PIX_FMT_BGR24,
PIX_FMT_YUV422P,
PIX_FMT_YUV444P,
+ PIX_FMT_RGBA32,
+ PIX_FMT_BGRA32,
PIX_FMT_YUV410P
};