mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2025-10-07 17:51:52 +08: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:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user