You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
dshow_pin: dont return a value from a void function
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
Reference in New Issue
Block a user