[FFmpeg-cvslog] avfilter/buffersrc.h: fix typo of the comment

Steven Liu git at videolan.org
Tue Aug 21 10:45:30 EEST 2018


ffmpeg | branch: master | Steven Liu <lq at chinaffmpeg.org> | Tue Aug 21 15:44:33 2018 +0800| [dcef44f13625551506e876a7bf10fab2ffd35a50] | committer: Steven Liu

avfilter/buffersrc.h: fix typo of the comment

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dcef44f13625551506e876a7bf10fab2ffd35a50
---

 libavfilter/buffersrc.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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;
 



More information about the ffmpeg-cvslog mailing list