]> git.sesse.net Git - mlt/commitdiff
default to strict=experimental for painless aac encoding
authorDan Dennedy <dan@dennedy.org>
Wed, 25 Jan 2012 04:00:34 +0000 (20:00 -0800)
committerDan Dennedy <dan@dennedy.org>
Wed, 25 Jan 2012 04:00:34 +0000 (20:00 -0800)
src/modules/avformat/consumer_avformat.c

index 95b0a36e851e9cd552fff981048b202c68a6b2cd..8f417411e95819a3fd139a4a6238af1395a2c14d 100644 (file)
@@ -195,6 +195,9 @@ mlt_consumer consumer_avformat_init( mlt_profile profile, char *arg )
                mlt_properties_set_double( properties, "muxdelay", 0.7 );
                mlt_properties_set_double( properties, "muxpreload", 0.5 );
 
+               // Some AVOption defaults we like
+               mlt_properties_set( properties, "strict", "experimental" );
+
                // Ensure termination at end of the stream
                mlt_properties_set_int( properties, "terminate_on_pause", 1 );