From 8aac9fae9b21945751c6575e02f6f0dd6dd6d09e Mon Sep 17 00:00:00 2001 From: compn Date: Thu, 3 Feb 2011 11:55:15 +0000 Subject: codecs.conf: add apco, ap4h, ai55, ai15 fourccs add apco and ap4h fourcc to prores decoder add ai55 and ai15 fourcc to h264 docoders git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32843 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/codecs.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'etc') diff --git a/etc/codecs.conf b/etc/codecs.conf index be54e79035..261a9e0757 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -947,6 +947,7 @@ videocodec ffh264 fourcc avc1,AVC1 fourcc davc,DAVC fourcc vvvc ; only one sample using this fourcc + fourcc ai55,ai15 ; flip4mac avc intra format 0x10000005 driver ffmpeg dll h264 @@ -959,6 +960,7 @@ videocodec ffh264vdpau fourcc X264,x264 fourcc avc1,AVC1 fourcc davc,DAVC + fourcc ai55,ai15 ; flip4mac avc intra format 0x10000005 driver ffmpeg dll h264_vdpau @@ -973,6 +975,7 @@ videocodec coreavcwindows fourcc avc1 AVC1,AVC1 fourcc davc,DAVC fourcc VSSH + fourcc ai55,ai15 ; flip4mac avc intra format 0x10000005 driver dshow dll "CoreAVCDecoder.ax" @@ -2848,6 +2851,8 @@ videocodec qtprores fourcc apch fourcc apcn fourcc apcs + fourcc apco + fourcc ap4h driver qtvideo dll "AppleProResDecoder.qtx" out YUY2 -- cgit v1.2.3