1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

Merge commit '8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2'

* commit '8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2':
  vfwcap: Drop fallback VfW defines

Conflicts:
	libavdevice/vfwcap.c

Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer
2014-08-19 18:33:46 +02:00

View File

@@ -27,12 +27,6 @@
#include <vfw.h> #include <vfw.h>
#include "avdevice.h" #include "avdevice.h"
/* Defines for VFW missing from MinGW.
* Remove this when MinGW incorporates them. */
#define HWND_MESSAGE ((HWND)-3)
/* End of missing MinGW defines */
struct vfw_ctx { struct vfw_ctx {
const AVClass *class; const AVClass *class;
HWND hwnd; HWND hwnd;