vdr  2.2.0
spu.c
Go to the documentation of this file.
1 /*
2  * SPU Decoder Prototype
3  *
4  * Copyright (C) 2001.2002 Andreas Schultz <aschultz@warp10.net>
5  *
6  * This code is distributed under the terms and conditions of the
7  * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
8  *
9  * $Id: spu.c 3.0 2008/02/10 14:06:48 kls Exp $
10  */
11 
12 #include "spu.h"
13 #include <inttypes.h>
14 
15 // --- cSpuDecoder -----------------------------------------------------------
16 /*
17 cSpuDecoder::cSpuDecoder()
18 {};
19 */
20 
22 {
23 };
virtual ~cSpuDecoder()
Definition: spu.c:21