avcodec/hevc: remove unused variables

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-02-08 12:06:35 +01:00
parent 20fe316e47
commit 1e263133cc
3 changed files with 0 additions and 4 deletions

View File

@@ -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 */