From 327c439f811a89d774db9a86f72951d295193e5f Mon Sep 17 00:00:00 2001 From: Derek Buitenhuis Date: Tue, 22 Oct 2013 18:46:37 +0100 Subject: timefilter: Handle memory allocation failure Signed-off-by: Derek Buitenhuis --- libavdevice/timefilter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavdevice/timefilter.h') diff --git a/libavdevice/timefilter.h b/libavdevice/timefilter.h index 8cadd8b066..2235db60e3 100644 --- a/libavdevice/timefilter.h +++ b/libavdevice/timefilter.h @@ -56,6 +56,8 @@ typedef struct TimeFilter TimeFilter; * @param clock_period period of the hardware clock in seconds * (for example 1.0/44100) * + * @return a pointer to a TimeFilter struct, or NULL on error + * * For more details about these parameters and background concepts please see: * http://www.kokkinizita.net/papers/usingdll.pdf */ -- cgit v1.2.3