qsv: add a missing #include

Needed for enum AVCodecID
This commit is contained in:
Anton Khirnov 2016-02-15 18:49:29 +01:00
parent b92962436b
commit 9c0bc1e980
1 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,8 @@
#include "libavutil/frame.h"
#include "avcodec.h"
#define QSV_VERSION_MAJOR 1
#define QSV_VERSION_MINOR 1