1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-19 05:49:09 +02:00

avcodec/mpegvideo_xvmc: Add missing mpegvideodec.h inclusion

Forgotten in 965cfc6684e00bd7d21295554f325ff62ce6669a.

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

View File

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