aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2001-08-06 01:53:21 +0000
committerFabrice Bellard <fabrice@bellard.org>2001-08-06 01:53:21 +0000
commitd9fea0b588801581851cf9f7dc3647cb1cd9d962 (patch)
tree241ac35859b2b318c51d17d77030e1fe2418d9bf /libavcodec
parente23884046dc86761539056b72883bcce874ba31b (diff)
downloadffmpeg-d9fea0b588801581851cf9f7dc3647cb1cd9d962.tar.gz
added 422P and 444P formats (need to patch ffmpeg.c so that it is handled in all the program)
Originally committed as revision 38 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/avcodec.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 1e1c2efb23..fe78557404 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -26,6 +26,8 @@ enum PixelFormat {
PIX_FMT_YUV422,
PIX_FMT_RGB24,
PIX_FMT_BGR24,
+ PIX_FMT_YUV422P,
+ PIX_FMT_YUV444P,
};
/* in bytes */