Commit e33b084e authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'ecbcebde'

* commit 'ecbcebde':
  vdpau: Adjust necessary #includes for vdpau_internal.h

Conflicts:
	libavcodec/vdpau_internal.h
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents dfa7cb64 ecbcebde
......@@ -31,10 +31,10 @@
#endif
#include "h264.h"
#include "libavutil/frame.h"
#include "avcodec.h"
#include "mpeg4video.h"
#include "mpegvideo.h"
#include "version.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