avcodec/hevc: Remove unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2015-05-20 18:15:22 +02:00
parent f9d05786a8
commit 6d1935d1b9
1 changed files with 1 additions and 1 deletions

View File

@ -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);