mirror of https://github.com/FFmpeg/FFmpeg.git
link rather than avfilter_default_get_video_buffer(). This is required as the buffer requested may be greater than the buffer allocated locally by avfilter_default_get_video_buffer(), for example if in filterchain there is a pad filter (like in "fifo,pad"). In that case the pad filter will try to write beyond the data of the allocated buffer, resulting in a crash. Originally committed as revision 24895 to svn://svn.ffmpeg.org/ffmpeg/trunkoldabi
parent
3f1710e74f
commit
5a9dd3de63
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue