]> git.sesse.net Git - ffmpeg/commitdiff
avfilter/buffersrc.h: fix typo of the comment
authorSteven Liu <lq@chinaffmpeg.org>
Tue, 21 Aug 2018 07:44:33 +0000 (15:44 +0800)
committerSteven Liu <lq@chinaffmpeg.org>
Tue, 21 Aug 2018 07:44:33 +0000 (15:44 +0800)
libavfilter/buffersrc.h

index 0652113f2bc1326ed93362093d604ea3920ca5b9..08fbd18a477d3e1b3c7f70a22f70d299ea4be6f3 100644 (file)
@@ -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;