[vlc-commits] vlc_es: add st2084 hdr xfer function def

Francois Cartegnie git at videolan.org
Mon Sep 5 15:31:30 CEST 2016


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Mon Sep  5 11:34:35 2016 +0200| [c687d148101df49080ed5b1805447e3ad4eb16fd] | committer: Francois Cartegnie

vlc_es: add st2084 hdr xfer function def

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

 include/vlc_es.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/vlc_es.h b/include/vlc_es.h
index d695629..bb86b40 100644
--- a/include/vlc_es.h
+++ b/include/vlc_es.h
@@ -250,6 +250,7 @@ typedef enum video_transfer_func_t
     TRANSFER_FUNC_LINEAR,
     TRANSFER_FUNC_SRGB /*< Gamma 2.2 */,
     TRANSFER_FUNC_BT709,
+    TRANSFER_FUNC_SMPTE_ST2084,
 #define TRANSFER_FUNC_BT2020 TRANSFER_FUNC_BT709
 } video_transfer_func_t;
 



More information about the vlc-commits mailing list