Commit 84655bda authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/hevc: remove unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 4cdea929
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment