diff options
author | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-02 00:11:30 +0000 |
---|---|---|
committer | compn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2009-11-02 00:11:30 +0000 |
commit | b0d6753723f4b5ada75d20793be0118d63dfea5c (patch) | |
tree | 58eb7e5eb775a436fdc220fcc93e16640674bc28 /etc | |
parent | 1280614c9f3dd85ba1fa2f19f0b4d40f011bb8ee (diff) |
add VYUY and Y42B fourccs to rawcodecs
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29811 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r-- | etc/codecs.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf index b194c434a0..51b5f3739d 100644 --- a/etc/codecs.conf +++ b/etc/codecs.conf @@ -2967,6 +2967,7 @@ videocodec rawyuy2 fourcc yuy2,YUY2 fourcc V422 YUY2 fourcc YUNV YUY2 + fourcc VYUY YUY2 out YUY2 videocodec rawyuv2 @@ -3010,6 +3011,7 @@ videocodec raw422P format 0x20776172 0x50323234 fourcc 422p,422P fourcc P422 422P + fourcc Y42B 422P out 422P videocodec rawyv12 |