mirror of https://github.com/FFmpeg/FFmpeg.git
Since error resilience uses AVFrame pointers instead of references it has to copy NULL pointers too. After a codec flush the last/next frame pointers in MpegEncContext are NULL and the old pointers remaining in ERContext are invalid. Fixes a crash in vlc for android thumbnailer. Reported and debugged by Adrien Maglo <magsoft@videolan.org>.pull/76/merge
parent
641e57230b
commit
0ddc53dabb
1 changed files with 4 additions and 1 deletions
Loading…
Reference in new issue