avfilter/buffersrc.h: fix typo of the comment

This commit is contained in:
Steven Liu 2018-08-21 15:44:33 +08:00
parent 78d4b6bd43
commit dcef44f136
1 changed files with 1 additions and 1 deletions

View 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;