Commit 4851f2ad authored by Michael Niedermayer's avatar Michael Niedermayer

1000000l for lu_zero (commiting untested? code)

Originally committed as revision 6537 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 36c32bdd
......@@ -957,7 +957,7 @@ void pp_free_mode(pp_mode_t *mode){
}
static void reallocAlign(void **p, int alignment, int size){
av_free(p);
av_free(*p);
*p= av_mallocz(size);
}
......
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