mirror of https://github.com/mpv-player/mpv
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
This commit is contained in:
parent
76bc005580
commit
989694678d
|
@ -948,6 +948,7 @@ videocodec ffh264
|
||||||
fourcc davc,DAVC
|
fourcc davc,DAVC
|
||||||
fourcc vvvc ; only one sample using this fourcc
|
fourcc vvvc ; only one sample using this fourcc
|
||||||
fourcc ai55,ai15 ; flip4mac avc intra
|
fourcc ai55,ai15 ; flip4mac avc intra
|
||||||
|
fourcc ai1q,ai5q ; flip4mac avc intra
|
||||||
format 0x10000005
|
format 0x10000005
|
||||||
driver ffmpeg
|
driver ffmpeg
|
||||||
dll h264
|
dll h264
|
||||||
|
@ -961,6 +962,7 @@ videocodec ffh264vdpau
|
||||||
fourcc avc1,AVC1
|
fourcc avc1,AVC1
|
||||||
fourcc davc,DAVC
|
fourcc davc,DAVC
|
||||||
fourcc ai55,ai15 ; flip4mac avc intra
|
fourcc ai55,ai15 ; flip4mac avc intra
|
||||||
|
fourcc ai1q,ai5q ; flip4mac avc intra
|
||||||
format 0x10000005
|
format 0x10000005
|
||||||
driver ffmpeg
|
driver ffmpeg
|
||||||
dll h264_vdpau
|
dll h264_vdpau
|
||||||
|
@ -976,6 +978,7 @@ videocodec coreavcwindows
|
||||||
fourcc davc,DAVC
|
fourcc davc,DAVC
|
||||||
fourcc VSSH
|
fourcc VSSH
|
||||||
fourcc ai55,ai15 ; flip4mac avc intra
|
fourcc ai55,ai15 ; flip4mac avc intra
|
||||||
|
fourcc ai1q,ai5q ; flip4mac avc intra
|
||||||
format 0x10000005
|
format 0x10000005
|
||||||
driver dshow
|
driver dshow
|
||||||
dll "CoreAVCDecoder.ax"
|
dll "CoreAVCDecoder.ax"
|
||||||
|
|
Loading…
Reference in New Issue