changeset 29728:af460532dd3a

Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).
author cehoyos
date Sun, 11 Oct 2009 11:31:50 +0000
parents 3c1645511249
children 42abcc270fb6
files etc/codecs.conf
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Oct 10 20:53:42 2009 +0000
+++ b/etc/codecs.conf	Sun Oct 11 11:31:50 2009 +0000
@@ -1242,6 +1242,14 @@
   out RGB24 ; JPEG-LS
   out Y800
 
+videocodec ffijlv
+  info "FFmpeg flipped MJPEG"
+  status working
+  fourcc IJLV
+  driver ffmpeg
+  dll mjpeg
+  out 422P flip
+
 videocodec ffmjpegb
   info "FFmpeg MJPEG-B"
   status working