mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 14:01:27 +00:00
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)
|
||||
{
|
||||
VDAContext *vda = avctx->internal->hwaccel_priv_data;
|
||||
H264Context *h = avctx->priv_data;
|
||||
void *tmp;
|
||||
|
||||
if (h->is_avc == 1)
|
||||
|
Loading…
Reference in New Issue
Block a user