mirror of
https://github.com/mpv-player/mpv
synced 2025-01-29 19:22:48 +00:00
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
This commit is contained in:
parent
d037ba7331
commit
8aac9fae9b
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user