]> git.sesse.net Git - ffmpeg/blobdiff - libavdevice/timefilter.h
rtsp: Handle requests from server to client
[ffmpeg] / libavdevice / timefilter.h
index c98fd03bba755d75d9a05f58dd7f7347260da310..8cadd8b066e80184bc846c8a3a35f1df9b1900c9 100644 (file)
@@ -72,7 +72,7 @@ TimeFilter * ff_timefilter_new(double clock_period, double feedback2_factor, dou
  *
  * system_time, in seconds, should be the value of the system clock time,
  * at (or as close as possible to) the moment the device hardware interrupt
- * occured (or any other event the device clock raises at the beginning of a
+ * occurred (or any other event the device clock raises at the beginning of a
  * cycle).
  *
  * @return the filtered time, in seconds