mirror of https://github.com/FFmpeg/FFmpeg.git
Fixes an invalid free() with ass in avi. The sample in bug 98 passes parts of AVPacket.data as buffer for the AVIOContext. Since the packet is quite large fill_buffer tries to reallocate the buffer before doing nothing. Fixes bug 98.pull/3/head
parent
d209c27b09
commit
a2d1d21629
1 changed files with 4 additions and 0 deletions
Loading…
Reference in new issue