avcodec/mpegvideo_xvmc: Add missing mpegvideodec.h inclusion

Forgotten in 965cfc6684.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
release/5.1
Andreas Rheinhardt 3 years ago
parent da9cc25c88
commit 71d3e717fb
  1. 1
      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>

Loading…
Cancel
Save