From 95f68d3976382c660f4225030a73870084a0a274 Mon Sep 17 00:00:00 2001 From: sesse Date: Mon, 15 Mar 2010 12:58:17 +0000 Subject: Add support for Apple's ProRes and AIC codecs, now that all prerequisites are in place. Add codecs.conf entry for both codecs, and qt_comp.h entry for ProRes (not used except for debugging, so mainly for completeness). Both work with -demuxer mov only, as all other QuickTime binary codecs. AIC support is for OS X only, and untested. Split out from a patch Andrew Wason (r e c t a l o g i c rectalogic com) posted in June. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30901 b3059339-0415-0410-9bf9-f77b7e298cf2 --- loader/qt_comp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'loader') diff --git a/loader/qt_comp.h b/loader/qt_comp.h index 4c1d8d165c..9da5c35e33 100644 --- a/loader/qt_comp.h +++ b/loader/qt_comp.h @@ -25,6 +25,8 @@ DECL_COMPONENT(yuvu,"YUVU_CDComponentDispatch",0) DECL_COMPONENT(qdm2d,"QDM2Decompressor",0) DECL_COMPONENT(mace3d,"Mace3DecompDispatch",0) +DECL_COMPONENT(prores,"IcpDecompressorComponentDispatch",0) + //DECL_COMPONENT(,"",0) #endif /* MPLAYER_QT_COMP_H */ -- cgit v1.2.3