]> git.sesse.net Git - mlt/blobdiff - src/modules/avformat/factory.c
avformat/factory.c, jackrack/jack_rack.c, jackrack/plugin_settings.c, vmfx/filter_chr...
[mlt] / src / modules / avformat / factory.c
index b2a836be17e68a84271a56899d92c2f6da120566..5ccb204f4518167d83f104860a46e4ea54f44f4c 100644 (file)
@@ -60,7 +60,7 @@ void av_free( void *ptr )
 void avformat_destroy( void *ignore )
 {
        // Clean up
-       av_free_static( );
+       // av_free_static( ); -XXX this is deprecated
 
        // Destroy the mutex
        pthread_mutex_destroy( &avformat_mutex );