mirror of https://git.ffmpeg.org/ffmpeg.git
avfilter/buffersrc.h: fix typo of the comment
This commit is contained in:
parent
78d4b6bd43
commit
dcef44f136
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue