diff options
author | Grigori Goronzy <greg@blackbox> | 2010-02-24 09:53:24 +0100 |
---|---|---|
committer | Grigori Goronzy <greg@blackbox> | 2010-02-24 09:53:24 +0100 |
commit | 91f0b3c9a5e931c3da4e67a0501546c79de47d7c (patch) | |
tree | 5204dbe82944f684ba814eb0a157552fcf6036c2 /etc/codecs.conf | |
parent | e187de88a1ce7587827824ef9c16707dfb15718b (diff) | |
download | mpv-91f0b3c9a5e931c3da4e67a0501546c79de47d7c.tar.bz2 mpv-91f0b3c9a5e931c3da4e67a0501546c79de47d7c.tar.xz |
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.
Diffstat (limited to 'etc/codecs.conf')
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index 9ec6e6d1a9..fffb1e0c2f 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -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 |