summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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"