Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2012-05-08 10:39:37 +0400
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-05-08 10:39:37 +0400
commit143a5c55ff4d792e66045b6b0c44d26fe30158f1 (patch)
treedcf0c775022125e560716cd6b2baf791fe15147e /libavcodec/imgconvert.c
parent7da0a07283e8546c7cf4cde9eca7ad4fe9f57fb4 (diff)
Add yuva422p pix_fmt.
Diffstat (limited to 'libavcodec/imgconvert.c')
-rw-r--r--libavcodec/imgconvert.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavcodec/imgconvert.c b/libavcodec/imgconvert.c
index a8d01f7bdb..3111418e26 100644
--- a/libavcodec/imgconvert.c
+++ b/libavcodec/imgconvert.c
@@ -114,6 +114,10 @@ static const PixFmtInfo pix_fmt_info[PIX_FMT_NB] = {
.color_type = FF_COLOR_YUV,
},
+ [PIX_FMT_YUVA422P] = {
+ .color_type = FF_COLOR_YUV,
+ },
+
[PIX_FMT_YUVA444P] = {
.color_type = FF_COLOR_YUV,
},