diff options
author | sesse <sesse@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-03-15 12:58:17 +0000 |
---|---|---|
committer | sesse <sesse@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2010-03-15 12:58:17 +0000 |
commit | 95f68d3976382c660f4225030a73870084a0a274 (patch) | |
tree | 5b3d246728879ca37e3b3010a52b52e9c95b4788 /loader/qt_comp.h | |
parent | 22ede70e586599ab5810494c8321ea76c8821184 (diff) |
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 <at> rectalogic
<dot> com) posted in June.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30901 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'loader/qt_comp.h')
-rw-r--r-- | loader/qt_comp.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |