diff options
author | Steven Liu <lq@chinaffmpeg.org> | 2018-08-21 15:44:33 +0800 |
---|---|---|
committer | Steven Liu <lq@chinaffmpeg.org> | 2018-08-21 15:44:33 +0800 |
commit | dcef44f13625551506e876a7bf10fab2ffd35a50 (patch) | |
tree | d2d43a8c52b43d3cc42558348dd901fc50d5c16e /libavfilter | |
parent | 78d4b6bd43fc266a2ee926f0555c8782246f9445 (diff) | |
download | ffmpeg-dcef44f13625551506e876a7bf10fab2ffd35a50.tar.gz |
avfilter/buffersrc.h: fix typo of the comment
Diffstat (limited to 'libavfilter')
-rw-r--r-- | libavfilter/buffersrc.h | 2 |
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; |