summaryrefslogtreecommitdiff
path: root/libavcodec/hevc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/hevc.c')
-rw-r--r--libavcodec/hevc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index e55bc488b5..df6cce6f8a 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.c
@@ -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);