avcodec/mpegvideo_xvmc: Add missing mpegvideodec.h inclusion

Forgotten in 965cfc6684.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
Andreas Rheinhardt 2022-02-14 09:16:36 +01:00
parent da9cc25c88
commit 71d3e717fb
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
#include "avcodec.h"
#include "mpegutils.h"
#include "mpegvideo.h"
#include "mpegvideodec.h"
#undef NDEBUG
#include <assert.h>