diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2008-05-30 20:30:29 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2008-05-30 20:30:29 +0000 |
commit | 573e8cb309f374f8ebee4bec1a1b43a8b6d8c4ef (patch) | |
tree | f11a0e5dd54470f4dd9e7b201a33f26f12b7020b /ffmpeg.c | |
parent | 9ef3193df17d9c29dee1ed7c816a698d244b98a3 (diff) | |
download | ffmpeg-573e8cb309f374f8ebee4bec1a1b43a8b6d8c4ef.tar.gz |
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
Diffstat (limited to 'ffmpeg.c')
-rw-r--r-- | ffmpeg.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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); |