Commit 1707dbdf authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/dnxhd_parser: remove unneeded code

Signed-off-by: 's avatarMichael Niedermayer <michael@niedermayer.cc>
parent 15008db0
...@@ -81,8 +81,6 @@ static int dnxhd_find_frame_end(DNXHDParserContext *dctx, ...@@ -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;
......
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