1
mirror of https://git.videolan.org/git/ffmpeg.git synced 2024-10-06 02:05:36 +02:00

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

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