1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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

View File

@@ -106,7 +106,7 @@ typedef struct AVBufferSrcParameters {
AVBufferRef *hw_frames_ctx; 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; int sample_rate;