From 9133fdcf630192fb57b7db4e3b35839588c3451d Mon Sep 17 00:00:00 2001 From: Klaus Schmidinger Date: Sun, 8 Sep 2002 14:17:51 +0200 Subject: Implemented an SPU decoder --- spu.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 spu.c (limited to 'spu.c') diff --git a/spu.c b/spu.c new file mode 100644 index 00000000..ccdcc390 --- /dev/null +++ b/spu.c @@ -0,0 +1,23 @@ +/* + * SPU Decoder Prototype + * + * Copyright (C) 2001.2002 Andreas Schultz + * + * 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.1 2002/09/08 14:17:41 kls Exp $ + */ + +#include +#include "spu.h" + +// -- cSpuDecoder ---------------- +/* +cSpuDecoder::cSpuDecoder() +{}; +*/ + +cSpuDecoder::~cSpuDecoder() +{ +}; -- cgit v1.2.3