comparison etc/codecs.conf @ 26711:4be576db89df

add ffptx , works on ptx samples
author compn
date Mon, 12 May 2008 02:09:47 +0000
parents 853fce906154
children cc07f8d00879
comparison
equal deleted inserted replaced
26710:605722f2c1b6 26711:4be576db89df
215 fourcc mpng,MPNG 215 fourcc mpng,MPNG
216 fourcc "png " ; for PNG-encoded QuickTime files 216 fourcc "png " ; for PNG-encoded QuickTime files
217 dll "libpng" 217 dll "libpng"
218 driver mpng 218 driver mpng
219 out BGR32,BGR24,BGR8,Y800 219 out BGR32,BGR24,BGR8,Y800
220
221 videocodec ffptx
222 info "FFmpeg V.Flash PTX decoder"
223 status working
224 fourcc "ptx "
225 driver ffmpeg
226 dll ptx
227 out BGR32,BGR24,BGR8,Y800,RGB32,RGB24,RGB8
220 228
221 videocodec fftga 229 videocodec fftga
222 info "FFmpeg TGA decoder" 230 info "FFmpeg TGA decoder"
223 status untested 231 status untested
224 fourcc mtga,MTGA 232 fourcc mtga,MTGA