ffmpeg | branch: master | Michael Niedermayer <michae...@gmx.at> | Thu Apr 2 15:58:02 2015 +0200| [c299fbbb22f59d1a3ea14819c18bb6b25526c33c] | committer: Michael Niedermayer
avcodec/vda_h264: try to fix build Found-by: Stefano Pigozzi Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c299fbbb22f59d1a3ea14819c18bb6b25526c33c --- libavcodec/vda_h264.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/vda_h264.c b/libavcodec/vda_h264.c index b6b9ab4..2a18330 100644 --- a/libavcodec/vda_h264.c +++ b/libavcodec/vda_h264.c @@ -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) _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog