Module: libav Branch: master Commit: ca93f0fa361c302e60455c5b82f88422ab66f589
Author: Hendrik Leppkes <[email protected]> Committer: Derek Buitenhuis <[email protected]> Date: Sun Apr 29 16:33:34 2012 +0000 Add SMPTE240M transfer characteristics flag. Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Derek Buitenhuis <[email protected]> --- libavcodec/avcodec.h | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 63857d0..8ae8992 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -489,6 +489,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 }; _______________________________________________ libav-commits mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-commits
