mirror of https://github.com/mpv-player/mpv
Add FLV4 fourcc to ffvp6f decoder
Some Flash videos use this fourcc and several websites indicate this is a standard fourcc for Flash VP6 content.
This commit is contained in:
parent
e187de88a1
commit
91f0b3c9a5
|
@ -2100,7 +2100,7 @@ videocodec ffvp6a
|
|||
videocodec ffvp6f
|
||||
info "FFmpeg VP6 Flash"
|
||||
status working
|
||||
fourcc VP6F
|
||||
fourcc VP6F,FLV4
|
||||
driver ffmpeg
|
||||
dll "vp6f"
|
||||
out YV12
|
||||
|
|
Loading…
Reference in New Issue