1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-09-17 04:11:09 +02:00

Remove incorrect usage of av_free_static(), ffmpeg.c is not a

windows dll which can be unloaded and loaded again.

Originally committed as revision 13565 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Michael Niedermayer 2008-05-30 20:30:29 +00:00
parent 9ef3193df1
commit 573e8cb309

View File

@ -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);