Commit c299fbbb authored by Michael Niedermayer's avatar Michael Niedermayer

avcodec/vda_h264: try to fix build

Found-by: Stefano Pigozzi
Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 3e53211a
......@@ -342,6 +342,7 @@ static int vda_h264_decode_slice(AVCodecContext *avctx,
uint32_t size)
{
VDAContext *vda = avctx->internal->hwaccel_priv_data;
H264Context *h = avctx->priv_data;
void *tmp;
if (h->is_avc == 1)
......
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