OSDN Git Service

avutil/mathematics: fix 2 typos in the doxy
authorMichael Niedermayer <michaelni@gmx.at>
Fri, 3 Jan 2014 15:54:06 +0000 (16:54 +0100)
committerMichael Niedermayer <michaelni@gmx.at>
Fri, 3 Jan 2014 17:01:49 +0000 (18:01 +0100)
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavutil/mathematics.h

index 71f0392..bfb5414 100644 (file)
@@ -133,10 +133,10 @@ int64_t av_compare_mod(uint64_t a, uint64_t b, uint64_t mod);
  * Rescale a timestamp while preserving known durations.
  *
  * @param in_ts Input timestamp
- * @param in_tb Input timesbase
+ * @param in_tb Input timebase
  * @param fs_tb Duration and *last timebase
  * @param duration duration till the next call
- * @param out_tb Output timesbase
+ * @param out_tb Output timebase
  */
 int64_t av_rescale_delta(AVRational in_tb, int64_t in_ts,  AVRational fs_tb, int duration, int64_t *last, AVRational out_tb);