aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dnxhd_parser.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2019-07-06 09:51:46 +0200
committerMichael Niedermayer <michael@niedermayer.cc>2019-11-11 20:18:46 +0100
commit2e20f02df4ec7296113ed76a9139c8cd88b7dfa3 (patch)
tree398fcf7f84326dc0922fc82f515156eb52c7e32b /libavcodec/dnxhd_parser.c
parentc7e33d7833ed31a972829605d34d59756582a49f (diff)
downloadffmpeg-2e20f02df4ec7296113ed76a9139c8cd88b7dfa3.tar.gz
avcodec/dnxhd_parser: remove unneeded code
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc> (cherry picked from commit 1707dbdf49b22021b0845482806b881093534f2f) Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/dnxhd_parser.c')
-rw-r--r--libavcodec/dnxhd_parser.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dnxhd_parser.c b/libavcodec/dnxhd_parser.c
index 79ca1d6718..154a858476 100644
--- a/libavcodec/dnxhd_parser.c
+++ b/libavcodec/dnxhd_parser.c
@@ -81,8 +81,6 @@ static int dnxhd_find_frame_end(DNXHDParserContext *dctx,
}
dctx->remaining = remaining;
if (buf_size - i + 47 >= dctx->remaining) {
- int remaining = dctx->remaining;
-
pc->frame_start_found = 0;
pc->state64 = -1;
dctx->cur_byte = 0;