diff etc/codecs.conf @ 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 862ec55c4e1d
children eb29792f6a72
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