Mercurial > mplayer.hg
comparison etc/codecs.conf @ 35304:d29d116c0818
libmpcodecs: Only choose dummy codecs if forced
Allows dummy codecs to have status working while still not
being selected in cases where the user does not use -vc/-ac
to force particular codecs.
Additionally switch dummy codecs null and black to working now.
author | al |
---|---|
date | Sat, 10 Nov 2012 13:29:36 +0000 |
parents | fbd8efe9e5a8 |
children | e625619bb20a |
comparison
equal
deleted
inserted
replaced
35303:aad2bda4f65f | 35304:d29d116c0818 |
---|---|
4214 | 4214 |
4215 ; NULL codec - for testing. | 4215 ; NULL codec - for testing. |
4216 | 4216 |
4217 videocodec null | 4217 videocodec null |
4218 info "NULL codec (no decoding!)" | 4218 info "NULL codec (no decoding!)" |
4219 status crashing | 4219 status working |
4220 comment "for unknown/unsupported codecs or testing" | 4220 comment "for unknown/unsupported codecs or testing" |
4221 driver null | 4221 driver null |
4222 flags dummy | 4222 flags dummy |
4223 out YV12 | 4223 out YV12 |
4224 out I420 | 4224 out I420 |
4227 out YVU9 | 4227 out YVU9 |
4228 out BGR32,BGR24,BGR16,BGR15 | 4228 out BGR32,BGR24,BGR16,BGR15 |
4229 | 4229 |
4230 videocodec black | 4230 videocodec black |
4231 info "black codec (no decoding just output black frames!)" | 4231 info "black codec (no decoding just output black frames!)" |
4232 status crashing | 4232 status working |
4233 comment "for unknown/unsupported codecs or testing" | 4233 comment "for unknown/unsupported codecs or testing" |
4234 driver black | 4234 driver black |
4235 flags dummy | 4235 flags dummy |
4236 out YV12 | 4236 out YV12 |
4237 out I420 | 4237 out I420 |