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/timefilter.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ffmpeg/libavdevice/timefilter.h') diff --git a/ffmpeg/libavdevice/timefilter.h b/ffmpeg/libavdevice/timefilter.h index 6662959..cb3d0a7 100644 --- a/ffmpeg/libavdevice/timefilter.h +++ b/ffmpeg/libavdevice/timefilter.h @@ -58,6 +58,8 @@ typedef struct TimeFilter TimeFilter; * @param period expected update interval, in input units * @param brandwidth filtering bandwidth, in Hz * + * @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