comparison ac3dec.c @ 64:5aa6292a1660 libavcodec

win32 fixes
author glantau
date Mon, 13 Aug 2001 21:48:05 +0000
parents 1bdbd869c1f0
children 289eb941b8ba
comparison
equal deleted inserted replaced
63:8e2d8dbf89a5 64:5aa6292a1660
14 * 14 *
15 * You should have received a copy of the GNU General Public License 15 * You should have received a copy of the GNU General Public License
16 * along with this program; if not, write to the Free Software 16 * along with this program; if not, write to the Free Software
17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. 17 * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
18 */ 18 */
19 #include <stdlib.h>
20 #include <stdio.h>
21 #include <string.h>
22 #include "avcodec.h" 19 #include "avcodec.h"
23
24 #include <inttypes.h>
25 #include "libac3/ac3.h" 20 #include "libac3/ac3.h"
26 21
27 /* currently, I use libac3 which is Copyright (C) Aaron Holtzman and 22 /* currently, I use libac3 which is Copyright (C) Aaron Holtzman and
28 released under the GPL license. I may reimplement it someday... */ 23 released under the GPL license. I may reimplement it someday... */
29 typedef struct AC3DecodeState { 24 typedef struct AC3DecodeState {