Skip to content

Commit

Permalink
avcodec/vda_h264: try to fix build
Browse files Browse the repository at this point in the history
Found-by: Stefano Pigozzi
Signed-off-by: Michael Niedermayer <[email protected]>
  • Loading branch information
michaelni authored and FernetMenta committed May 22, 2015
1 parent a24ddea commit d300b14
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions libavcodec/vda_h264.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit d300b14

Please sign in to comment.