mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-07-04 13:49:15 +00:00
I was using the wrong value to track the position of the parser in the stream. For an error-free stream, the size of the frame and number of bytes consumed will be the same, but in an error situation they can diverge. Signed-off-by: Philip Langdale <philipl@overt.org>