diff options
author | Alex Converse <alex.converse@gmail.com> | 2012-01-26 18:06:57 -0800 |
---|---|---|
committer | Alex Converse <alex.converse@gmail.com> | 2012-01-26 18:06:57 -0800 |
commit | 08628b6afbc9b708b46f871f25a7a6be76ba4337 (patch) | |
tree | 6063cb6d50678d2784b865239bb78510240afddb /libavutil/pixfmt.h | |
parent | 5eda82aac9b400f0435293db9b102bd4e9749a7b (diff) | |
download | ffmpeg-08628b6afbc9b708b46f871f25a7a6be76ba4337.tar.gz |
Revert "sws/pixfmt/pixdesc: add support for yuva444p"
This reverts commit fc115c80b7bf6f1f5a937ee7f6e14630d99eb4dd.
Tests are broken.
Diffstat (limited to 'libavutil/pixfmt.h')
-rw-r--r-- | libavutil/pixfmt.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavutil/pixfmt.h b/libavutil/pixfmt.h index 7d1d291e05..bd898bdc8e 100644 --- a/libavutil/pixfmt.h +++ b/libavutil/pixfmt.h @@ -157,7 +157,6 @@ enum PixelFormat { PIX_FMT_GBRP10LE, ///< planar GBR 4:4:4 30bpp, little endian PIX_FMT_GBRP16BE, ///< planar GBR 4:4:4 48bpp, big endian PIX_FMT_GBRP16LE, ///< planar GBR 4:4:4 48bpp, little endian - PIX_FMT_YUVA444P, ///< planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples) PIX_FMT_NB, ///< number of pixel formats, DO NOT USE THIS if you want to link with shared libav* because the number of formats might differ between versions }; |