diff etc/codecs.conf @ 34931:ad37bf19d46a

Fix big-endian ptx decoding with latest FFmpeg.
author cehoyos
date Sun, 15 Jul 2012 13:07:46 +0000
parents 27d084619d91
children 83472bed2012
line wrap: on
line diff
--- a/etc/codecs.conf	Sun Jul 15 12:46:27 2012 +0000
+++ b/etc/codecs.conf	Sun Jul 15 13:07:46 2012 +0000
@@ -663,7 +663,7 @@
   fourcc "ptx " ; internal MPlayer FourCC
   driver ffmpeg
   dll ptx
-  out BGR15
+  out BGR15LE,BGR15
 
 videocodec fftga
   info "FFmpeg TGA"