summaryrefslogtreecommitdiff
path: root/spu.c
blob: ebe4192de0064e1252848dff1e571a6c1122125b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * SPU Decoder Prototype
 *
 * Copyright (C) 2001.2002 Andreas Schultz <aschultz@warp10.net>
 *
 * This code is distributed under the terms and conditions of the
 * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
 *
 * $Id: spu.c 1.3 2006/04/17 12:48:33 kls Exp $
 */

#include "spu.h"
#include <inttypes.h>

// -- cSpuDecoder ------------------------------------------------------------
/*
cSpuDecoder::cSpuDecoder()
{};
*/

cSpuDecoder::~cSpuDecoder()
{
};