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
Add required va/va.h header, should fix 'make checkheaders'.
Originally committed as revision 18249 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.6
Diego Biurrun
17 years ago
parent
7a8d0e9700
commit
7f7b04af38
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavcodec/vaapi.h
+ 1
- 0
libavcodec/vaapi.h
View File
@@ -25,6 +25,7 @@
#define AVCODEC_VAAPI_H
#include <stdint.h>
#include <va/va.h>
/**
* \defgroup VAAPI_Decoding VA API Decoding
Write
Preview
Loading…
Cancel
Save