This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
vdpau_internal.h: Add missing include for FF_API_BUFS_VDPAU.
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
tags/n2.1
Reimar Döffinger
12 years ago
parent
49cf36f4e3
commit
d87f9da53c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/vdpau_internal.h
+ 1
- 0
libavcodec/vdpau_internal.h
View File
@@ -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)
Write
Preview
Loading…
Cancel
Save