[FFmpeg-cvslog] avcodec/vda_h264: try to fix build
Michael Niedermayer
git at videolan.org
Thu Apr 2 16:05:02 CEST 2015
ffmpeg | branch: master | Michael Niedermayer <michaelni at 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 <michaelni at 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)
More information about the ffmpeg-cvslog
mailing list