summaryrefslogtreecommitdiffstats
path: root/libavcodec/hevc.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-07 02:07:12 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-07 02:07:12 +0200
commit84655bdaed9c768da32fbe0493f41198a4b547d6 (patch)
tree1ac2a1cbdcf9378c3e086fe2eba5cc519bedaefd /libavcodec/hevc.c
parent4cdea92976793c79121297a4b887f31b5eebb92a (diff)
downloadffmpeg-streaming-84655bdaed9c768da32fbe0493f41198a4b547d6.zip
ffmpeg-streaming-84655bdaed9c768da32fbe0493f41198a4b547d6.tar.gz
avcodec/hevc: remove unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/hevc.c')
-rw-r--r--libavcodec/hevc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/libavcodec/hevc.c b/libavcodec/hevc.c
index 369f0fc..bb61860 100644
--- a/libavcodec/hevc.c
+++ b/libavcodec/hevc.c
@@ -1047,7 +1047,6 @@ static int hls_transform_tree(HEVCContext *s, int x0, int y0,
static int hls_pcm_sample(HEVCContext *s, int x0, int y0, int log2_cb_size)
{
//TODO: non-4:2:0 support
- HEVCLocalContext *lc = s->HEVClc;
GetBitContext gb;
int cb_size = 1 << log2_cb_size;
int stride0 = s->frame->linesize[0];
OpenPOWER on IntegriCloud