summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2011-02-22 12:38:21 +0000
committerUoti Urpala <uau@mplayer2.org>2011-04-12 18:45:11 +0300
commit989694678d8f9feb3aa1cfd5a7eb1d058986ba07 (patch)
treeebabe0aea5f9408c45ed1bc82b50776b1cf2b8c6 /etc
parent76bc0055806ec9a0beb6f4631d072da99823094a (diff)
downloadmpv-989694678d8f9feb3aa1cfd5a7eb1d058986ba07.tar.bz2
mpv-989694678d8f9feb3aa1cfd5a7eb1d058986ba07.tar.xz
codecs.conf: add ai5q and ai1q fourccs for h264 decoders
ported from ffmpeg git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32948 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index b2ef46b3ea..a31b09d69b 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -948,6 +948,7 @@ videocodec ffh264
fourcc davc,DAVC
fourcc vvvc ; only one sample using this fourcc
fourcc ai55,ai15 ; flip4mac avc intra
+ fourcc ai1q,ai5q ; flip4mac avc intra
format 0x10000005
driver ffmpeg
dll h264
@@ -961,6 +962,7 @@ videocodec ffh264vdpau
fourcc avc1,AVC1
fourcc davc,DAVC
fourcc ai55,ai15 ; flip4mac avc intra
+ fourcc ai1q,ai5q ; flip4mac avc intra
format 0x10000005
driver ffmpeg
dll h264_vdpau
@@ -976,6 +978,7 @@ videocodec coreavcwindows
fourcc davc,DAVC
fourcc VSSH
fourcc ai55,ai15 ; flip4mac avc intra
+ fourcc ai1q,ai5q ; flip4mac avc intra
format 0x10000005
driver dshow
dll "CoreAVCDecoder.ax"