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
hwcontext_d3d11va: add missing stdint.h include
This caused checkheaders to fail on cygwin on this file.
tags/n4.0
Timo Rothenpieler
7 years ago
parent
1f28a991ef
commit
6fb6170776
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavutil/hwcontext_d3d11va.h
+ 1
- 0
libavutil/hwcontext_d3d11va.h
View File
@@ -37,6 +37,7 @@
*/
#include <d3d11.h>
#include <stdint.h>
/**
* This struct is allocated as AVHWDeviceContext.hwctx
Write
Preview
Loading…
Cancel
Save