comparison atrac1.c @ 10225:d884c0b7af2f libavcodec

Mention SDDS so search engines will pick it up for when someone needs to decode the SDDS tracks found on 35 mm movies.
author banan
date Tue, 22 Sep 2009 17:05:19 +0000
parents 47f2b03e0c62
children 8695a5f212fc
comparison
equal deleted inserted replaced
10224:47f2b03e0c62 10225:d884c0b7af2f
21 */ 21 */
22 22
23 /** 23 /**
24 * @file libavcodec/atrac1.c 24 * @file libavcodec/atrac1.c
25 * Atrac 1 compatible decoder. 25 * Atrac 1 compatible decoder.
26 * This decoder handles raw ATRAC1 data. 26 * This decoder handles raw ATRAC1 data and probably SDDS data.
27 */ 27 */
28 28
29 /* Many thanks to Tim Craig for all the help! */ 29 /* Many thanks to Tim Craig for all the help! */
30 30
31 #include <math.h> 31 #include <math.h>