1000000l for lu_zero (commiting untested? code)
Originally committed as revision 6537 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
36c32bdddf
commit
4851f2ad92
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user