comparison etc/codecs.conf @ 35601:d79291903d2e

Support decoding ABGR rawvideo streams.
author cehoyos
date Tue, 18 Dec 2012 01:08:30 +0000
parents f15a80d56c7e
children 187738d40b0b
comparison
equal deleted inserted replaced
35600:f15a80d56c7e 35601:d79291903d2e
4242 fourcc y800,Y800 4242 fourcc y800,Y800
4243 driver ffmpeg 4243 driver ffmpeg
4244 dll rawvideo 4244 dll rawvideo
4245 out Y800,Y8 4245 out Y800,Y8
4246 4246
4247 videocodec ffrawabgr
4248 info "RAW ABGR"
4249 status working
4250 fourcc ABGR
4251 driver ffmpeg
4252 dll rawvideo
4253 out ABGR
4254
4247 ; NULL codec - for testing. 4255 ; NULL codec - for testing.
4248 4256
4249 videocodec null 4257 videocodec null
4250 info "NULL codec (no decoding!)" 4258 info "NULL codec (no decoding!)"
4251 status working 4259 status working