From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavdevice/dshow_pin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ffmpeg/libavdevice/dshow_pin.c') diff --git a/ffmpeg/libavdevice/dshow_pin.c b/ffmpeg/libavdevice/dshow_pin.c index 4953642..30e4d95 100644 --- a/ffmpeg/libavdevice/dshow_pin.c +++ b/ffmpeg/libavdevice/dshow_pin.c @@ -358,5 +358,5 @@ libAVMemInputPin_Destroy(libAVMemInputPin *this) { libAVPin *pin = (libAVPin *) ((uint8_t *) this - imemoffset); dshowdebug("libAVMemInputPin_Destroy(%p)\n", this); - return libAVPin_Destroy(pin); + libAVPin_Destroy(pin); } -- cgit v1.2.3