Revision f44967b1
ID | f44967b1b548413830324f6c64f78032f9cbecc3 |
Parent | 6266c515 |
Child | 314374e5 |
Use av_fast_malloc instead of av_fast_realloc.
Avoids a memleak, is less code and might be faster.
Files
- added
- modified
- copied
- renamed
- deleted
ID | f44967b1b548413830324f6c64f78032f9cbecc3 |
Parent | 6266c515 |
Child | 314374e5 |
Added by Reimar Döffinger over 9 years ago
Use av_fast_malloc instead of av_fast_realloc.
Avoids a memleak, is less code and might be faster.