diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-02-08 12:06:35 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-02-08 12:27:00 +0100 |
commit | 1e263133cc067b1986ac6f46f4a77f9fa1f6403c (patch) | |
tree | 93f517d894ff37241ec2a32fbe27d59dd513d22d /libavcodec/hevc.h | |
parent | 20fe316e47fedb28787e77e77a7011133f3d4e73 (diff) | |
download | ffmpeg-1e263133cc067b1986ac6f46f4a77f9fa1f6403c.tar.gz |
avcodec/hevc: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.h')
-rw-r--r-- | libavcodec/hevc.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 */ |