git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
4cdea92
)
avcodec/hevc: remove unused variable
author
Michael Niedermayer
<michaelni@gmx.at>
Wed, 7 May 2014 00:07:12 +0000
(
02:07
+0200)
committer
Michael Niedermayer
<michaelni@gmx.at>
Wed, 7 May 2014 00:07:12 +0000
(
02:07
+0200)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavcodec/hevc.c
patch
|
blob
|
history
diff --git
a/libavcodec/hevc.c
b/libavcodec/hevc.c
index
369f0fc
..
bb61860
100644
(file)
--- 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];