OSDN Git Service

dxva2: Add missing #includes
authorDiego Biurrun <diego@biurrun.de>
Tue, 21 Jan 2014 13:42:23 +0000 (14:42 +0100)
committerDiego Biurrun <diego@biurrun.de>
Tue, 21 Jan 2014 13:42:23 +0000 (14:42 +0100)
libavcodec/dxva2.c

index f8b8eba..15e5698 100644 (file)
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
  */
 
+#include <assert.h>
+#include <string.h>
+
+#include "libavutil/log.h"
+#include "libavutil/time.h"
+
+#include "avcodec.h"
+#include "mpegvideo.h"
 #include "dxva2_internal.h"
 
 void *ff_dxva2_get_surface(const Picture *picture)