Remove incorrect usage of av_free_static(), ffmpeg.c is not a
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 30 May 2008 20:30:29 +0000 (20:30 +0000)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 30 May 2008 20:30:29 +0000 (20:30 +0000)
windows dll which can be unloaded and loaded again.

Originally committed as revision 13565 to svn://svn.ffmpeg.org/ffmpeg/trunk

ffmpeg.c

index 7582155..15aae25 100644 (file)
--- a/ffmpeg.c
+++ b/ffmpeg.c
@@ -392,8 +392,6 @@ static int av_exit(int ret)
     for(i=0;i<nb_input_files;i++)
         av_close_input_file(input_files[i]);
 
-    av_free_static();
-
     av_free(intra_matrix);
     av_free(inter_matrix);