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
dxva2: Add missing #includes
tags/n2.2-rc1
Diego Biurrun
11 years ago
parent
9d80b1ae95
commit
766df7ca89
1 changed files
with
8 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-0
libavcodec/dxva2.c
+ 8
- 0
libavcodec/dxva2.c
View File
@@ -20,6 +20,14 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
*/
#include <assert.h>
#include <string.h>
#include "libavutil/log.h"
#include "libavutil/time.h"
#include "avcodec.h"
#include "mpegvideo.h"
#include "dxva2_internal.h"
#include "dxva2_internal.h"
void *ff_dxva2_get_surface(const Picture *picture)
void *ff_dxva2_get_surface(const Picture *picture)
Write
Preview
Loading…
Cancel
Save