qsv: add a missing #include

Needed for enum AVCodecID
pull/180/head
Anton Khirnov 9 years ago
parent b92962436b
commit 9c0bc1e980
  1. 2
      libavcodec/qsv_internal.h

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

Loading…
Cancel
Save