diff options
author | Ramiro Polla <ramiro.polla@gmail.com> | 2011-05-21 14:24:50 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-21 17:23:14 +0200 |
commit | 95eb2e3a3819e8b6d87940bfa41bf1ea3ae68f5a (patch) | |
tree | a6b05f2a93b4fadf6790d032d8830906150e3e3d /libavdevice/vfwcap.c | |
parent | f8c49d02b0f17c3011712ec4638ec4c6c76e7831 (diff) | |
download | ffmpeg-95eb2e3a3819e8b6d87940bfa41bf1ea3ae68f5a.tar.gz |
DirectShow capture support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/vfwcap.c')
-rw-r--r-- | libavdevice/vfwcap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c index 2155db6ece..b8ca419b40 100644 --- a/libavdevice/vfwcap.c +++ b/libavdevice/vfwcap.c @@ -29,8 +29,6 @@ * Remove this when MinGW incorporates them. */ #define HWND_MESSAGE ((HWND)-3) -#define BI_RGB 0 - /* End of missing MinGW defines */ struct vfw_ctx { |