Commit f73ef73e authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

avcodec: unused variable

parent 1e46dba6
......@@ -914,7 +914,6 @@ static picture_t *ffmpeg_dr_GetFrameBuf(struct AVCodecContext *p_context)
{
decoder_t *p_dec = (decoder_t *)p_context->opaque;
decoder_sys_t *p_sys = p_dec->p_sys;
vlc_va_t *p_va = p_sys->p_va;
int i_width = p_context->width;
int i_height = p_context->height;
......
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