summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-11-06 21:41:12 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-11-08 18:05:11 +0200
commit01a10dd5795b7258a21f5e0128d4f0f016b37868 (patch)
tree65c3549b777792cb0d620ffc392b9ed471cce368 /etc
parent15259f1aadbe63f9c4e222f275494b6689f8693c (diff)
downloadmpv-01a10dd5795b7258a21f5e0128d4f0f016b37868.tar.bz2
mpv-01a10dd5795b7258a21f5e0128d4f0f016b37868.tar.xz
codecs.conf: add missing YV12 output formats for FFmpeg codecs
For FFmpeg codecs YV12 should always be in the supported format lists if I420 is. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32593 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'etc')
-rw-r--r--etc/codecs.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/codecs.conf b/etc/codecs.conf
index 2f5903d443..803ad80238 100644
--- a/etc/codecs.conf
+++ b/etc/codecs.conf
@@ -1107,7 +1107,7 @@ videocodec fflibschroedinger
fourcc drac
driver ffmpeg
dll libschroedinger
- out I420,IYUV,422P,444P
+ out YV12,I420,IYUV,422P,444P
videocodec fflibdirac
info "Dirac (through FFmpeg libdirac)"
@@ -1115,7 +1115,7 @@ videocodec fflibdirac
fourcc drac
driver ffmpeg
dll libdirac
- out I420,IYUV,422P,444P
+ out YV12,I420,IYUV,422P,444P
videocodec xvid
info "Xvid (MPEG-4)"
@@ -2712,7 +2712,7 @@ videocodec ffcavs
fourcc avs2
driver ffmpeg
dll "cavs"
- out I420
+ out YV12,I420
videocodec ffdnxhd
info "FFmpeg DNxHD"
@@ -3030,7 +3030,7 @@ videocodec fffraps
fourcc FPS1,fps1
driver ffmpeg
dll "fraps"
- out BGR24,I420
+ out BGR24,YV12,I420
videocodec fftiertexseq
info "FFmpeg Tiertex SEQ"