projects
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
36c32bd
)
1000000l for lu_zero (commiting untested? code)
author
Michael Niedermayer
<michaelni@gmx.at>
Tue, 3 Oct 2006 17:24:07 +0000
(17:24 +0000)
committer
Michael Niedermayer
<michaelni@gmx.at>
Tue, 3 Oct 2006 17:24:07 +0000
(17:24 +0000)
Originally committed as revision 6537 to svn://svn.ffmpeg.org/ffmpeg/trunk
libpostproc/postprocess.c
patch
|
blob
|
blame
|
history
diff --git
a/libpostproc/postprocess.c
b/libpostproc/postprocess.c
index
8e934de
..
648d3a9
100644
(file)
--- a/
libpostproc/postprocess.c
+++ b/
libpostproc/postprocess.c
@@
-957,7
+957,7
@@
void pp_free_mode(pp_mode_t *mode){
}
static void reallocAlign(void **p, int alignment, int size){
}
static void reallocAlign(void **p, int alignment, int size){
- av_free(p);
+ av_free(
*
p);
*p= av_mallocz(size);
}
*p= av_mallocz(size);
}