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
vfwcap: Drop fallback VfW defines
The defines were added long ago when MinGW still lacked them.
tags/n2.4
Diego Biurrun
10 years ago
parent
86dfcfd0e3
commit
8bc52dbd9d
1 changed files
with
0 additions
and
8 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-8
libavdevice/vfwcap.c
+ 0
- 8
libavdevice/vfwcap.c
View File
@@ -27,14 +27,6 @@
#include <windows.h>
#include <vfw.h>
/* Defines for VFW missing from MinGW.
* Remove this when MinGW incorporates them. */
#define HWND_MESSAGE ((HWND)-3)
#define BI_RGB 0
/* End of missing MinGW defines */
struct vfw_ctx {
const AVClass *class;
HWND hwnd;
Write
Preview
Loading…
Cancel
Save