You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
vfwcap: Drop fallback VfW defines
The defines were added long ago when MinGW still lacked them.
This commit is contained in:
@@ -27,14 +27,6 @@
|
|||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <vfw.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 {
|
struct vfw_ctx {
|
||||||
const AVClass *class;
|
const AVClass *class;
|
||||||
HWND hwnd;
|
HWND hwnd;
|
||||||
|
Reference in New Issue
Block a user