From 1e263133cc067b1986ac6f46f4a77f9fa1f6403c Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Sat, 8 Feb 2014 12:06:35 +0100 Subject: avcodec/hevc: remove unused variables Signed-off-by: Michael Niedermayer --- libavcodec/hevc.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libavcodec/hevc.h') diff --git a/libavcodec/hevc.h b/libavcodec/hevc.h index 420b310be5..73164183d9 100644 --- a/libavcodec/hevc.h +++ b/libavcodec/hevc.h @@ -731,7 +731,6 @@ typedef struct HEVCLocalContext { uint8_t ctb_up_flag; uint8_t ctb_up_right_flag; uint8_t ctb_up_left_flag; - int start_of_tiles_x; int end_of_tiles_x; int end_of_tiles_y; /* +7 is for subpixel interpolation, *2 for high bit depths */ -- cgit v1.2.3