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
Use <> instead of "" for system headers.
Originally committed as revision 16480 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Diego Biurrun
17 years ago
parent
11d6f38cc9
commit
25bd48bdb4
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
libavcodec/vdpau.h
+ 2
- 2
libavcodec/vdpau.h
View File
@@ -44,8 +44,8 @@
* @{
*/
#include
"vdpau/vdpau.h"
#include
"vdpau/vdpau_x11.h"
#include
<vdpau/vdpau.h>
#include
<vdpau/vdpau_x11.h>
/** \brief The videoSurface is used for rendering. */
#define FF_VDPAU_STATE_USED_FOR_RENDER 1
Write
Preview
Loading…
Cancel
Save