2002-09-08 14:17:51 +02:00
|
|
|
/*
|
|
|
|
* 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.
|
|
|
|
*
|
2006-04-17 11:00:00 +02:00
|
|
|
* $Id: spu.c 1.3 2006/04/17 11:00:00 kls Exp $
|
2002-09-08 14:17:51 +02:00
|
|
|
*/
|
|
|
|
|
|
|
|
#include "spu.h"
|
2006-03-26 14:12:08 +02:00
|
|
|
#include <inttypes.h>
|
2002-09-08 14:17:51 +02:00
|
|
|
|
2006-04-17 11:00:00 +02:00
|
|
|
// -- cSpuDecoder ------------------------------------------------------------
|
2002-09-08 14:17:51 +02:00
|
|
|
/*
|
|
|
|
cSpuDecoder::cSpuDecoder()
|
|
|
|
{};
|
|
|
|
*/
|
|
|
|
|
|
|
|
cSpuDecoder::~cSpuDecoder()
|
|
|
|
{
|
|
|
|
};
|