mirror of https://git.ffmpeg.org/ffmpeg.git
avcodec/vda_h264: try to fix build
Found-by: Stefano Pigozzi Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
3e53211a57
commit
c299fbbb22
|
@ -342,6 +342,7 @@ static int vda_h264_decode_slice(AVCodecContext *avctx,
|
||||||
uint32_t size)
|
uint32_t size)
|
||||||
{
|
{
|
||||||
VDAContext *vda = avctx->internal->hwaccel_priv_data;
|
VDAContext *vda = avctx->internal->hwaccel_priv_data;
|
||||||
|
H264Context *h = avctx->priv_data;
|
||||||
void *tmp;
|
void *tmp;
|
||||||
|
|
||||||
if (h->is_avc == 1)
|
if (h->is_avc == 1)
|
||||||
|
|
Loading…
Reference in New Issue