Commit 6d1935d1 authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/hevc: Remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f9d05786
......@@ -398,7 +398,7 @@ static int hls_slice_header(HEVCContext *s)
{
GetBitContext *gb = &s->HEVClc->gb;
SliceHeader *sh = &s->sh;
int i, j, ret;
int i, ret;
// Coded parameters
sh->first_slice_in_pic_flag = get_bits1(gb);
......
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