avcodec/dpx_parser: fix flushing end out

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-05-29 17:22:26 +02:00
parent f518fb3318
commit 8df5d9aabf
1 changed files with 1 additions and 1 deletions

View File

@ -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++) {