diff 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
line wrap: on
line diff
--- a/etc/codecs.conf	Sat Nov 10 13:29:26 2012 +0000
+++ b/etc/codecs.conf	Sat Nov 10 13:29:36 2012 +0000
@@ -4216,7 +4216,7 @@
 
 videocodec null
   info "NULL codec (no decoding!)"
-  status crashing
+  status working
   comment "for unknown/unsupported codecs or testing"
   driver null
   flags dummy
@@ -4229,7 +4229,7 @@
 
 videocodec black
   info "black codec (no decoding just output black frames!)"
-  status crashing
+  status working
   comment "for unknown/unsupported codecs or testing"
   driver black
   flags dummy