diff options
author | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-10-22 18:46:37 +0100 |
---|---|---|
committer | Derek Buitenhuis <derek.buitenhuis@gmail.com> | 2013-10-29 11:40:04 +0000 |
commit | 327c439f811a89d774db9a86f72951d295193e5f (patch) | |
tree | 677c7e245a96657e00f96613a38f868d2e4d8743 /libavdevice/timefilter.h | |
parent | e78913052263af80855590659fb0f705e8f13c8a (diff) | |
download | ffmpeg-327c439f811a89d774db9a86f72951d295193e5f.tar.gz |
timefilter: Handle memory allocation failure
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
Diffstat (limited to 'libavdevice/timefilter.h')
-rw-r--r-- | libavdevice/timefilter.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |