forked from FFmpeg/FFmpeg
qsv: add a missing #include
Needed for enum AVCodecID
This commit is contained in:
parent
b92962436b
commit
9c0bc1e980
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@
|
|||
|
||||
#include "libavutil/frame.h"
|
||||
|
||||
#include "avcodec.h"
|
||||
|
||||
#define QSV_VERSION_MAJOR 1
|
||||
#define QSV_VERSION_MINOR 1
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue