mirror of
https://github.com/mpv-player/mpv
synced 2025-03-19 18:05:21 +00:00
VP50 and VP62 support via lavc
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@19781 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
aab523e18b
commit
e48067ea0e
@ -1370,6 +1370,14 @@ videocodec vp4
|
||||
out YUY2
|
||||
out BGR32,BGR24
|
||||
|
||||
videocodec ffvp5
|
||||
info "FFmpeg VP5 decoder"
|
||||
status working
|
||||
fourcc VP50
|
||||
driver ffmpeg
|
||||
dll "vp5"
|
||||
out YV12
|
||||
|
||||
videocodec vp5
|
||||
info "On2 VP5 Personal Codec"
|
||||
status working
|
||||
@ -1379,6 +1387,14 @@ videocodec vp5
|
||||
out YUY2
|
||||
out BGR32,BGR24
|
||||
|
||||
videocodec ffvp6
|
||||
info "FFmpeg VP6 decoder"
|
||||
status working
|
||||
fourcc VP62
|
||||
driver ffmpeg
|
||||
dll "vp6"
|
||||
out YV12
|
||||
|
||||
videocodec vp6
|
||||
info "On2 VP6 Personal Codec"
|
||||
status working
|
||||
|
Loading…
Reference in New Issue
Block a user