vlc | branch: master | Francois Cartegnie <[email protected]> | Mon Dec 26 17:45:39 2016 +0100| [9e42fda609c7c757b4e80bc7410a93ce06643c0d] | committer: Francois Cartegnie
demux: hxxx: add ARIB STD_B67 define Valid for HEVC > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e42fda609c7c757b4e80bc7410a93ce06643c0d --- modules/packetizer/hxxx_nal.h | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/packetizer/hxxx_nal.h b/modules/packetizer/hxxx_nal.h index 39823ac..db02fb0 100644 --- a/modules/packetizer/hxxx_nal.h +++ b/modules/packetizer/hxxx_nal.h @@ -93,6 +93,7 @@ enum hxxx_transfer_characteristics HXXX_TRANSFER_BT2020_V15 = 15, HXXX_TRANSFER_SMPTE_ST_2084 = 16, HXXX_TRANSFER_SMPTE_ST_428 = 17, + HXXX_TRANSFER_ARIB_STD_B67 = 18, }; static inline video_transfer_func_t _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
