[MPlayer-cvslog] r29770 - trunk/etc/codecs.conf

cehoyos subversion at mplayerhq.hu
Sun Oct 11 13:31:50 CEST 2009


Author: cehoyos
Date: Sun Oct 11 13:31:50 2009
New Revision: 29770

Log:
Allow playback of files with FourCC IJLV (Intel JPEG Library Video Codec).

Modified:
   trunk/etc/codecs.conf

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Sat Oct 10 22:53:42 2009	(r29769)
+++ trunk/etc/codecs.conf	Sun Oct 11 13:31:50 2009	(r29770)
@@ -1242,6 +1242,14 @@ videocodec ffmjpeg
   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


More information about the MPlayer-cvslog mailing list