changeset 34508:8e09c663aaff

Replace incorrect output format list with the only format supported by the FFmpeg PTX decoder.
author cehoyos
date Tue, 24 Jan 2012 18:14:18 +0000
parents 582ca9169495
children bdca973d87a5
files etc/codecs.conf
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/etc/codecs.conf	Tue Jan 24 18:11:10 2012 +0000
+++ b/etc/codecs.conf	Tue Jan 24 18:14:18 2012 +0000
@@ -614,7 +614,7 @@
   fourcc "ptx " ; internal MPlayer FourCC
   driver ffmpeg
   dll ptx
-  out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
+  out BGR15
 
 videocodec fftga
   info "FFmpeg TGA"