aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-1.1/libavutil/pixfmt.pas
diff options
context:
space:
mode:
authork-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-21 16:34:41 +0000
committerk-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>2013-12-21 16:34:41 +0000
commit7c86be938a4c7c9131625dc41a5990e426ca458a (patch)
tree8d2ae44885847360cbfb76a5662d45601ff2c049 /src/lib/ffmpeg-1.1/libavutil/pixfmt.pas
parentb782f20e916f664ed9f18b2191377159fffb1b07 (diff)
downloadusdx-7c86be938a4c7c9131625dc41a5990e426ca458a.tar.gz
usdx-7c86be938a4c7c9131625dc41a5990e426ca458a.tar.xz
usdx-7c86be938a4c7c9131625dc41a5990e426ca458a.zip
1st try to fix ffmpeg-1.1. thanks to brianf
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3040 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to '')
-rw-r--r--src/lib/ffmpeg-1.1/libavutil/pixfmt.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg-1.1/libavutil/pixfmt.pas b/src/lib/ffmpeg-1.1/libavutil/pixfmt.pas
index a88a1a94..d14ad215 100644
--- a/src/lib/ffmpeg-1.1/libavutil/pixfmt.pas
+++ b/src/lib/ffmpeg-1.1/libavutil/pixfmt.pas
@@ -175,11 +175,11 @@ type
AV_PIX_FMT_GBRP16BE, ///< planar GBR 4:4:4 48bpp, big-endian
AV_PIX_FMT_GBRP16LE, ///< planar GBR 4:4:4 48bpp, little-endian
- /**
+ (**
* duplicated pixel formats for compatibility with libav.
* FFmpeg supports these formats since May 8 2012 and Jan 28 2012 (commits f9ca1ac7 and 143a5c55)
* Libav added them Oct 12 2012 with incompatible values (commit 6d5600e85)
- */
+ *)
AV_PIX_FMT_YUVA422P_LIBAV, ///< planar YUV 4:2:2 24bpp, (1 Cr & Cb sample per 2x1 Y & A samples)
AV_PIX_FMT_YUVA444P_LIBAV, ///< planar YUV 4:4:4 32bpp, (1 Cr & Cb sample per 1x1 Y & A samples)