Commit d09dc285 authored by michael's avatar michael

1000000l for lu_zero (commiting untested? code)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6537 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 00a41500
......@@ -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