shithub: aubio

Download patch

ref: b60f2977149723abeaad77309b7dc67c1e286c05
parent: 2d071ad1c546923854587280a312f23872905ee2
author: Paul Brossier <piem@piem.org>
date: Mon Apr 25 12:41:24 EDT 2016

src/io/source_avcodec.h: add documentation

--- a/src/io/source_avcodec.h
+++ b/src/io/source_avcodec.h
@@ -118,6 +118,14 @@
 */
 uint_t aubio_source_avcodec_seek (aubio_source_avcodec_t *s, uint_t pos);
 
+/**
+
+  get the duration of source object, in frames
+
+  \param s source object, created with ::new_aubio_source_avcodec
+  \return number of frames in file
+
+*/
 uint_t aubio_source_avcodec_get_duration (aubio_source_avcodec_t * s);
 
 /**