From f1ea5c2a967125bfd5250e1062f949f5edce75c2 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Tue, 17 Jul 2007 12:57:50 +0000 Subject: typo fixes Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/resample.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/resample.c') diff --git a/libavcodec/resample.c b/libavcodec/resample.c index ea5c6d61c8..f4d6a0aae7 100644 --- a/libavcodec/resample.c +++ b/libavcodec/resample.c @@ -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" -- cgit v1.2.3