]> git.sesse.net Git - ffmpeg/blobdiff - libavfilter/buffersrc.h
Merge commit 'f23d26a6864128001b03876b0b92fffe131f2060'
[ffmpeg] / libavfilter / buffersrc.h
index 5d124337b5aaef20ee858e850b2284b0bbf06354..ea34c04ee9f4d2ae5f3b939d47af6c2e8481336c 100644 (file)
@@ -138,7 +138,7 @@ int av_buffersrc_add_frame(AVFilterContext *ctx, AVFrame *frame);
  * Add a frame to the buffer source.
  *
  * By default, if the frame is reference-counted, this function will take
- * ownership of the reference(s) and reset the frame. This can be controled
+ * ownership of the reference(s) and reset the frame. This can be controlled
  * using the flags.
  *
  * If this function returns an error, the input frame is not touched.