Signed-off-by: Michael Niedermayer <[email protected]>
---
libavcodec/dnxhd_parser.c | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/libavcodec/dnxhd_parser.c b/libavcodec/dnxhd_parser.c
index f657af8f41..31a3158fea 100644
--- a/libavcodec/dnxhd_parser.c
+++ b/libavcodec/dnxhd_parser.c
@@ -88,6 +88,10 @@ static int dnxhd_find_frame_end(DNXHDParserContext *dctx,
return remaining;
} else {
dctx->remaining -= buf_size;
+ // Update variables for correctness, they are currently
not used beyond here
+ state = -1;
+ dctx->cur_byte += buf_size - i;
+ break;
}
}
}
--
2.22.0
_______________________________________________
ffmpeg-devel mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".