projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9ef3193
)
Remove incorrect usage of av_free_static(), ffmpeg.c is not a
author
Michael Niedermayer
<michaelni@gmx.at>
Fri, 30 May 2008 20:30:29 +0000
(20:30 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/ffmpeg.c
b/ffmpeg.c
index 75821550019888c96aa558543e70dac83973a2b2..15aae25a385d2d1e89b7b86628077ecf883f9830 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);