]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/resample.c
Add forgotten xsub timecode parsing
[ffmpeg] / libavcodec / resample.c
index ea5c6d61c8ef041ba68b9d59aaa4248a30e622b5..f4d6a0aae71819dfe02005aed7f36908b74d06d6 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Sample rate convertion for both audio and video
+ * samplerate conversion for both audio and video
  * Copyright (c) 2000 Fabrice Bellard.
  *
  * This file is part of FFmpeg.
@@ -21,7 +21,7 @@
 
 /**
  * @file resample.c
- * Sample rate convertion for both audio and video.
+ * samplerate conversion for both audio and video
  */
 
 #include "avcodec.h"