[vlc-commits] videotoolbox: map ap4x to the ProRes 4444 decoder

Steve Lhomme git at videolan.org
Sun Jul 1 20:43:55 CEST 2018


vlc/vlc-3.0 | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Mon Apr 16 08:56:45 2018 +0200| [a55e71655eec6b32c4e9f2ee96b9dae222e659b5] | committer: Jean-Baptiste Kempf

videotoolbox: map ap4x to the ProRes 4444 decoder

(cherry picked from commit 5df0d12659bc8a7b1332d4861580b54aa09dbe91)
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

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

 modules/codec/videotoolbox.m | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/codec/videotoolbox.m b/modules/codec/videotoolbox.m
index 3cbf475511..b34929c797 100644
--- a/modules/codec/videotoolbox.m
+++ b/modules/codec/videotoolbox.m
@@ -1023,6 +1023,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