forked from FFmpeg/FFmpeg
vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
This commit is contained in:
parent
49cf36f4e3
commit
d87f9da53c
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@
|
|||
#include <vdpau/vdpau.h>
|
||||
#include "h264.h"
|
||||
#include "mpegvideo.h"
|
||||
#include "vdpau.h"
|
||||
|
||||
/** Extract VdpVideoSurface from a Picture */
|
||||
static inline uintptr_t ff_vdpau_get_surface_id(Picture *pic)
|
||||
|
|
Loading…
Add table
Reference in a new issue