Commit ecbcebde authored by Diego Biurrun's avatar Diego Biurrun

vdpau: Adjust necessary #includes for vdpau_internal.h

parent 36cf8eb4
......@@ -27,9 +27,10 @@
#include <stdint.h>
#include <vdpau/vdpau.h>
#include "libavutil/frame.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "version.h"
#include "vdpau.h"
/** Extract VdpVideoSurface from an AVFrame */
static inline uintptr_t ff_vdpau_get_surface_id(AVFrame *pic)
......
......@@ -24,6 +24,7 @@
#include <vdpau/vdpau.h>
#include "avcodec.h"
#include "mpegvideo.h"
#include "vdpau.h"
#include "vdpau_internal.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment