[vlc-commits] packetizer: hxxx: map HLG/ARIB STD-B67 to the VLC value
Steve Lhomme
git at videolan.org
Sun Mar 5 23:56:14 CET 2017
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Fri Mar 3 17:18:19 2017 +0100| [81905a75dfcdf0347095aca5a5a776ee28a574d3] | committer: Jean-Baptiste Kempf
packetizer: hxxx: map HLG/ARIB STD-B67 to the VLC value
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=81905a75dfcdf0347095aca5a5a776ee28a574d3
---
modules/packetizer/hxxx_nal.h | 3 +++
1 file changed, 3 insertions(+)
diff --git a/modules/packetizer/hxxx_nal.h b/modules/packetizer/hxxx_nal.h
index db02fb0..947733f 100644
--- a/modules/packetizer/hxxx_nal.h
+++ b/modules/packetizer/hxxx_nal.h
@@ -116,6 +116,9 @@ hxxx_transfer_characteristics_to_vlc( enum hxxx_transfer_characteristics i_trans
case HXXX_TRANSFER_SMPTE_ST_2084:
return TRANSFER_FUNC_SMPTE_ST2084;
+ case HXXX_TRANSFER_ARIB_STD_B67:
+ return TRANSFER_FUNC_ARIB_B67;
+
case HXXX_TRANSFER_RESERVED0:
case HXXX_TRANSFER_UNSPECIFIED:
case HXXX_TRANSFER_RESERVED3:
More information about the vlc-commits
mailing list