vdr
2.2.0
Main Page
Namespaces
Classes
Files
File List
File Members
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
21
cSpuDecoder::~cSpuDecoder
()
22
{
23
};
cSpuDecoder::~cSpuDecoder
virtual ~cSpuDecoder()
Definition:
spu.c:21
spu.h
Generated by
1.8.11