1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-01-24 13:56:33 +02:00

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

View File

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