comparison resample.c @ 5355:45d083bbbbe7 libavcodec

typo fixes
author diego
date Tue, 17 Jul 2007 12:57:50 +0000
parents 5c0c96d437f2
children f64d8abf92e0
comparison
equal deleted inserted replaced
5354:dfa6e7fa2bac 5355:45d083bbbbe7
1 /* 1 /*
2 * Sample rate convertion for both audio and video 2 * samplerate conversion for both audio and video
3 * Copyright (c) 2000 Fabrice Bellard. 3 * Copyright (c) 2000 Fabrice Bellard.
4 * 4 *
5 * This file is part of FFmpeg. 5 * This file is part of FFmpeg.
6 * 6 *
7 * FFmpeg is free software; you can redistribute it and/or 7 * FFmpeg is free software; you can redistribute it and/or
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 /** 22 /**
23 * @file resample.c 23 * @file resample.c
24 * Sample rate convertion for both audio and video. 24 * samplerate conversion for both audio and video
25 */ 25 */
26 26
27 #include "avcodec.h" 27 #include "avcodec.h"
28 28
29 struct AVResampleContext; 29 struct AVResampleContext;