comparison decoders/raw.c @ 184:47cc2de2ae36

Changed reference to "LICENSE" file to "COPYING".
author Ryan C. Gordon <icculus@icculus.org>
date Wed, 26 Dec 2001 10:40:25 +0000
parents 1df5c106504e
children c9772a9f5271
comparison
equal deleted inserted replaced
183:26996236d790 184:47cc2de2ae36
31 * When calling Sound_NewSample*(), you must also specify a "desired" 31 * When calling Sound_NewSample*(), you must also specify a "desired"
32 * audio format. The "actual" format will always match what you specify, so 32 * audio format. The "actual" format will always match what you specify, so
33 * there will be no conversion overhead, but these routines need to know how 33 * there will be no conversion overhead, but these routines need to know how
34 * to treat the bits, since it's all random garbage otherwise. 34 * to treat the bits, since it's all random garbage otherwise.
35 * 35 *
36 * Please see the file LICENSE in the source's root directory. 36 * Please see the file COPYING in the source's root directory.
37 * 37 *
38 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org) 38 * This file written by Ryan C. Gordon. (icculus@clutteredmind.org)
39 */ 39 */
40 40
41 #if HAVE_CONFIG_H 41 #if HAVE_CONFIG_H