diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-10-20 15:47:36 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-10-20 15:47:36 +0000 |
commit | e4a3a38398c5b7d81feb957dc766edde07a96cb6 (patch) | |
tree | 7055b52be361ca1c1ddab039d3102b9109cd769a /etc | |
parent | e155d3d9f910508273b15990eb75e9de5fa67671 (diff) | |
download | mpv-e4a3a38398c5b7d81feb957dc766edde07a96cb6.tar.bz2 mpv-e4a3a38398c5b7d81feb957dc766edde07a96cb6.tar.xz |
add HDYC fourcc to rawuyvy
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29788 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index e580d92183..a08c912ac2 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2984,6 +2984,7 @@ videocodec rawuyvy format 0x79757632 0x59565955 # 2vuy as created by QuickTime captures format 0x20776172 0x59565955 fourcc uyvy,UYVY + fourcc HDYC UYVY out UYVY videocodec raw444P |