]> git.sesse.net Git - mlt/commitdiff
Revert "default to strict=experimental for painless aac encoding"
authorDan Dennedy <dan@dennedy.org>
Tue, 7 Feb 2012 03:45:37 +0000 (19:45 -0800)
committerDan Dennedy <dan@dennedy.org>
Tue, 7 Feb 2012 03:45:37 +0000 (19:45 -0800)
This reverts commit 6c6666d72114187ba7864c5e78205bf3a679a917.

src/modules/avformat/consumer_avformat.c

index 9b70cebee0e7fa07ef38c67bab09d04f877b46c6..78edffae360f1e57701da1a9ce81784b70606339 100644 (file)
@@ -178,9 +178,6 @@ 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 );