Commit 8df5d9aa authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/dpx_parser: fix flushing end out

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f518fb33
......@@ -48,7 +48,7 @@ static int dpx_parse(AVCodecParserContext *s, AVCodecContext *avctx,
*poutbuf_size = 0;
if (buf_size == 0)
return 0;
next = 0;
if (!d->pc.frame_start_found) {
for (; i < buf_size; i++) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment