mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-16 20:07:04 +00:00
avcodec/dnxhd_parser: remove unneeded code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
parent
15008db0fa
commit
1707dbdf49
@ -81,8 +81,6 @@ static int dnxhd_find_frame_end(DNXHDParserContext *dctx,
|
|||||||
}
|
}
|
||||||
dctx->remaining = remaining;
|
dctx->remaining = remaining;
|
||||||
if (buf_size - i + 47 >= dctx->remaining) {
|
if (buf_size - i + 47 >= dctx->remaining) {
|
||||||
int remaining = dctx->remaining;
|
|
||||||
|
|
||||||
pc->frame_start_found = 0;
|
pc->frame_start_found = 0;
|
||||||
pc->state64 = -1;
|
pc->state64 = -1;
|
||||||
dctx->cur_byte = 0;
|
dctx->cur_byte = 0;
|
||||||
|
Loading…
Reference in New Issue
Block a user