diff options
author | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2013-12-24 00:44:17 +0000 |
---|---|---|
committer | k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2013-12-24 00:44:17 +0000 |
commit | df41226183b1e9496764d04b4c4fcdc116c3e59f (patch) | |
tree | ff1a35d53762a5512c9c23b071c60d79c7bf825d | |
parent | a3170395d53fbfeaf670d8a6efb3a8d7df92a24f (diff) | |
download | usdx-df41226183b1e9496764d04b4c4fcdc116c3e59f.tar.gz usdx-df41226183b1e9496764d04b4c4fcdc116c3e59f.tar.xz usdx-df41226183b1e9496764d04b4c4fcdc116c3e59f.zip |
fix compile error
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3050 b956fd51-792f-4845-bead-9b4dfca2ff2c
-rw-r--r-- | src/lib/ffmpeg-2.1/libavutil/pixfmt.pas | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ffmpeg-2.1/libavutil/pixfmt.pas b/src/lib/ffmpeg-2.1/libavutil/pixfmt.pas index da672735..c5cdb0ea 100644 --- a/src/lib/ffmpeg-2.1/libavutil/pixfmt.pas +++ b/src/lib/ffmpeg-2.1/libavutil/pixfmt.pas @@ -177,11 +177,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) |