diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2019-07-06 09:51:46 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2020-01-06 11:30:42 +0100 |
commit | 01f9c1540ae8c56ab67200a3e6ec471e3b5febb4 (patch) | |
tree | db2a1322fd9638ae5bdcee77006636e299bb342e /libavcodec/dnxhd_parser.c | |
parent | b60455c715a34951654a6aa742a3139e63aad2d6 (diff) | |
download | ffmpeg-01f9c1540ae8c56ab67200a3e6ec471e3b5febb4.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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/dnxhd_parser.c b/libavcodec/dnxhd_parser.c index 7c16e251a4..f657af8f41 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; |