ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinha...@outlook.com> | Mon Feb 14 09:16:36 2022 +0100| [71d3e717fbc609525f4cfb669a809ae58a16a2b3] | committer: Andreas Rheinhardt
avcodec/mpegvideo_xvmc: Add missing mpegvideodec.h inclusion Forgotten in 965cfc6684e00bd7d21295554f325ff62ce6669a. Signed-off-by: Andreas Rheinhardt <andreas.rheinha...@outlook.com> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=71d3e717fbc609525f4cfb669a809ae58a16a2b3 --- libavcodec/mpegvideo_xvmc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mpegvideo_xvmc.c b/libavcodec/mpegvideo_xvmc.c index f06583768c..f3ae9c4c0a 100644 --- a/libavcodec/mpegvideo_xvmc.c +++ b/libavcodec/mpegvideo_xvmc.c @@ -25,6 +25,7 @@ #include "avcodec.h" #include "mpegutils.h" #include "mpegvideo.h" +#include "mpegvideodec.h" #undef NDEBUG #include <assert.h> _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog To unsubscribe, visit link above, or email ffmpeg-cvslog-requ...@ffmpeg.org with subject "unsubscribe".