projects
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f534d1
)
lavr: correct the documentation for the ff_audio_resample() return value
author
Justin Ruggles
<justin.ruggles@gmail.com>
Thu, 1 Nov 2012 05:10:37 +0000
(
01:10
-0400)
committer
Justin Ruggles
<justin.ruggles@gmail.com>
Tue, 27 Nov 2012 21:49:18 +0000
(16:49 -0500)
libavresample/resample.h
patch
|
blob
|
history
diff --git
a/libavresample/resample.h
b/libavresample/resample.h
index
b42fdbb
..
c16186e
100644
(file)
--- a/
libavresample/resample.h
+++ b/
libavresample/resample.h
@@
-62,7
+62,7
@@
void ff_audio_resample_free(ResampleContext **c);
* @param dst destination audio data
* @param src source audio data
* @param consumed number of samples consumed from the source
- * @return
number of samples written to the destination
+ * @return
0 on success, negative AVERROR code on failure
*/
int ff_audio_resample(ResampleContext *c, AudioData *dst, AudioData *src,
int *consumed);