[FFmpeg-cvslog] Add SMPTE240M transfer characteristics flag.

Hendrik Leppkes git at videolan.org
Fri Oct 28 01:47:17 CEST 2011


ffmpeg | branch: master | Hendrik Leppkes <h.leppkes at gmail.com> | Wed Sep 28 21:29:21 2011 +0200| [dc38625ebce7af8e218ce7f3c553d1b570a349ed] | committer: Michael Niedermayer

Add SMPTE240M transfer characteristics flag.
(cherry picked from commit 4266191919c31a1921b497ec831d3b1c1fa28df8)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dc38625ebce7af8e218ce7f3c553d1b570a349ed
---

 libavcodec/avcodec.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h
index 5898708..15dc203 100644
--- a/libavcodec/avcodec.h
+++ b/libavcodec/avcodec.h
@@ -504,6 +504,7 @@ enum AVColorTransferCharacteristic{
     AVCOL_TRC_UNSPECIFIED=2,
     AVCOL_TRC_GAMMA22    =4, ///< also ITU-R BT470M / ITU-R BT1700 625 PAL & SECAM
     AVCOL_TRC_GAMMA28    =5, ///< also ITU-R BT470BG
+    AVCOL_TRC_SMPTE240M  =7,
     AVCOL_TRC_NB           , ///< Not part of ABI
 };
 



More information about the ffmpeg-cvslog mailing list