[MPlayer-cvslog] r34597 - in trunk: codec-cfg.c etc/codecs.conf

cehoyos subversion at mplayerhq.hu
Tue Jan 24 19:24:00 CET 2012


Author: cehoyos
Date: Tue Jan 24 19:24:00 2012
New Revision: 34597

Log:
Fix 32-bit targa playback with current FFmpeg on big-endian.

Modified:
   trunk/codec-cfg.c
   trunk/etc/codecs.conf

Modified: trunk/codec-cfg.c
==============================================================================
--- trunk/codec-cfg.c	Tue Jan 24 19:14:18 2012	(r34596)
+++ trunk/codec-cfg.c	Tue Jan 24 19:24:00 2012	(r34597)
@@ -213,6 +213,7 @@ static const struct {
     {"BGR16",       IMGFMT_BGR16},
     {"BGR24",       IMGFMT_BGR24},
     {"BGR32",       IMGFMT_BGR32},
+    {"BGRA",        IMGFMT_BGRA},
     {"RGB1",        IMGFMT_RGB1},
     {"BGR1",        IMGFMT_BGR1},
     {"GBR24P",      IMGFMT_GBR24P},

Modified: trunk/etc/codecs.conf
==============================================================================
--- trunk/etc/codecs.conf	Tue Jan 24 19:14:18 2012	(r34596)
+++ trunk/etc/codecs.conf	Tue Jan 24 19:24:00 2012	(r34597)
@@ -623,7 +623,7 @@ videocodec fftga
   fourcc "tga " ; for TGA-encoded QuickTime files
   driver ffmpeg
   dll targa
-  out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
+  out BGRA,BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
 
 videocodec mtga
   info "TGA image"


More information about the MPlayer-cvslog mailing list