Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>2012-09-07 16:16:30 +0400
committerMichael Niedermayer <michaelni@gmx.at>2012-09-08 00:23:32 +0400
commit80d2ec6bc905db9d85a11f9e7b8c1f097f18a8b1 (patch)
treeac803e247591a54837144713ab225518d09aba46 /libavdevice/dshow_pin.c
parentdbb9117d1817610ff1e7987a7c5a73b012d96b68 (diff)
dshow: Change WINBOOL to BOOL
WINBOOL is MinGW-specific, and since both MSVC and MinGW have BOOL, use that instead. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/dshow_pin.c')
-rw-r--r--libavdevice/dshow_pin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavdevice/dshow_pin.c b/libavdevice/dshow_pin.c
index 3d9d4687c5..676877e903 100644
--- a/libavdevice/dshow_pin.c
+++ b/libavdevice/dshow_pin.c
@@ -286,7 +286,7 @@ libAVMemInputPin_GetAllocator(libAVMemInputPin *this, IMemAllocator **alloc)
}
long WINAPI
libAVMemInputPin_NotifyAllocator(libAVMemInputPin *this, IMemAllocator *alloc,
- WINBOOL rdwr)
+ BOOL rdwr)
{
dshowdebug("libAVMemInputPin_NotifyAllocator(%p)\n", this);
return S_OK;