vdr 2.6.4
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 1.4 2008/02/10 14:06:48 kls Exp $
10 */
11
12#include "spu.h"
13#include <inttypes.h>
14
15// --- cSpuDecoder -----------------------------------------------------------
16/*
17cSpuDecoder::cSpuDecoder()
18{};
19*/
20
22{
23};
virtual ~cSpuDecoder()
Definition spu.c:21