summaryrefslogtreecommitdiff
path: root/ffmpeg/libavdevice/timefilter.h
diff options
context:
space:
mode:
Diffstat (limited to 'ffmpeg/libavdevice/timefilter.h')
-rw-r--r--ffmpeg/libavdevice/timefilter.h2
1 files changed, 2 insertions, 0 deletions
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
*/