#122: Kega Game Video codec broken with ffplay
-----------------------+-----------------------
Reporter: cehoyos | Owner: michael
Type: defect | Status: reopened
Priority: normal | Component: FFplay
Version: git-master | Resolution:
Keywords: | Blocked By:
Blocking: | Reproduced: 0
Analyzed: 0 |
-----------------------+-----------------------
Comment (by reimar):
Correction, in valgrind I actually see invalid reads.
This is probably because the kgv decoder does this:
prev = av_realloc(c->prev, w * h * 2);
So that means once decoding of the following frame starts, the result data
from the previous one becomes invalid.
I suspect ffplay somehow can't handle that.
--
Ticket URL: <https://avcodec.org/trac/ffmpeg/ticket/122#comment:6>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac