]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/factory.c
Threading considerations and DVCP WIPE introduced
[mlt] / src / modules / avformat / factory.c
index 4ec946cc685b52330233c5f560aa002007ea3f92..3247532e44ab62ead833ea1c8adb292235853fbb 100644 (file)
@@ -87,6 +87,7 @@ static void avformat_init( )
                pthread_mutex_init( &avformat_mutex, NULL );
                av_register_all( );
                mlt_factory_register_for_clean_up( NULL, avformat_destroy );
+               av_log_set_level( -1 );
        }
 }