[vlc-commits] videotoolbox: map ap4x to the ProRes 4444 decoder
Steve Lhomme
git at videolan.org
Mon Apr 16 11:44:58 CEST 2018
vlc | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Apr 16 08:56:45 2018 +0200| [5df0d12659bc8a7b1332d4861580b54aa09dbe91] | committer: Steve Lhomme
videotoolbox: map ap4x to the ProRes 4444 decoder
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5df0d12659bc8a7b1332d4861580b54aa09dbe91
---
modules/codec/videotoolbox.m | 1 +
1 file changed, 1 insertion(+)
diff --git a/modules/codec/videotoolbox.m b/modules/codec/videotoolbox.m
index 6c5c0d342f..04e57dfe39 100644
--- a/modules/codec/videotoolbox.m
+++ b/modules/codec/videotoolbox.m
@@ -1021,6 +1021,7 @@ static CMVideoCodecType CodecPrecheck(decoder_t *p_dec)
switch (p_dec->fmt_in.i_original_fourcc) {
case VLC_FOURCC( 'a','p','4','c' ):
case VLC_FOURCC( 'a','p','4','h' ):
+ case VLC_FOURCC( 'a','p','4','x' ):
return kCMVideoCodecType_AppleProRes4444;
case VLC_FOURCC( 'a','p','c','h' ):
More information about the vlc-commits
mailing list