Loading media/codec2/sfplugin/Codec2InfoBuilder.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -151,9 +151,10 @@ bool addSupportedProfileLevels( } } // For VP9/AV1, the static info is always propagated by framework. // VP9 does not support HDR metadata in the bitstream and static metadata // can always be carried by the framework. (The framework does not propagate // dynamic metadata as that needs to be frame accurate.) supportsHdr |= (mediaType == MIMETYPE_VIDEO_VP9); supportsHdr |= (mediaType == MIMETYPE_VIDEO_AV1); // HDR support implies 10-bit support. // TODO: directly check this from the component interface Loading Loading
media/codec2/sfplugin/Codec2InfoBuilder.cpp +3 −2 Original line number Diff line number Diff line Loading @@ -151,9 +151,10 @@ bool addSupportedProfileLevels( } } // For VP9/AV1, the static info is always propagated by framework. // VP9 does not support HDR metadata in the bitstream and static metadata // can always be carried by the framework. (The framework does not propagate // dynamic metadata as that needs to be frame accurate.) supportsHdr |= (mediaType == MIMETYPE_VIDEO_VP9); supportsHdr |= (mediaType == MIMETYPE_VIDEO_AV1); // HDR support implies 10-bit support. // TODO: directly check this from the component interface Loading