Commit ad9f498a authored by michael's avatar michael

remove incorrect useage of av_free_static(), ffmpeg.c is not a

windows dll which can be unloaded and loaded again.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@13565 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent fe3deb98
......@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment