Browse Source

avfilter/buffersrc.h: fix typo of the comment

tags/n4.1
Steven Liu 6 years ago
parent
commit
dcef44f136
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavfilter/buffersrc.h

+ 1
- 1
libavfilter/buffersrc.h 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;



Loading…
Cancel
Save