vdr  1.7.27
spu.c
Go to the documentation of this file.
00001 /*
00002  * SPU Decoder Prototype
00003  *
00004  * Copyright (C) 2001.2002 Andreas Schultz <aschultz@warp10.net>
00005  *
00006  * This code is distributed under the terms and conditions of the
00007  * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
00008  *
00009  * $Id: spu.c 2.0 2008/02/10 14:06:48 kls Exp $
00010  */
00011 
00012 #include "spu.h"
00013 #include <inttypes.h>
00014 
00015 // --- cSpuDecoder -----------------------------------------------------------
00016 /*
00017 cSpuDecoder::cSpuDecoder()
00018 {};
00019 */
00020 
00021 cSpuDecoder::~cSpuDecoder()
00022 {
00023 };