summaryrefslogtreecommitdiff
path: root/ffmpeg.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2008-05-30 20:30:29 +0000
committerMichael Niedermayer <michaelni@gmx.at>2008-05-30 20:30:29 +0000
commit573e8cb309f374f8ebee4bec1a1b43a8b6d8c4ef (patch)
treef11a0e5dd54470f4dd9e7b201a33f26f12b7020b /ffmpeg.c
parent9ef3193df17d9c29dee1ed7c816a698d244b98a3 (diff)
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.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/ffmpeg.c b/ffmpeg.c
index 7582155001..15aae25a38 100644
--- 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);