summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorSteven Liu <lq@chinaffmpeg.org>2018-08-21 15:44:33 +0800
committerSteven Liu <lq@chinaffmpeg.org>2018-08-21 15:44:33 +0800
commitdcef44f13625551506e876a7bf10fab2ffd35a50 (patch)
treed2d43a8c52b43d3cc42558348dd901fc50d5c16e /libavfilter
parent78d4b6bd43fc266a2ee926f0555c8782246f9445 (diff)
avfilter/buffersrc.h: fix typo of the comment
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/buffersrc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/buffersrc.h b/libavfilter/buffersrc.h
index 0652113f2b..08fbd18a47 100644
--- a/libavfilter/buffersrc.h
+++ b/libavfilter/buffersrc.h
@@ -106,7 +106,7 @@ typedef struct AVBufferSrcParameters {
AVBufferRef *hw_frames_ctx;
/**
- * Audio only, the audio sampling rate in samples per secon.
+ * Audio only, the audio sampling rate in samples per second.
*/
int sample_rate;