mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
avcodec/dpx_parser: fix flushing end out
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f518fb3318
commit
8df5d9aabf
@ -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++) {
|
||||
|
Loading…
Reference in New Issue
Block a user