Home

Dokumentation

Impressum

Dokumentation VDR
 

Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

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 1.1 2002/09/08 14:17:41 kls Exp $
00010  */
00011 
00012 #include <inttypes.h>
00013 #include "spu.h"
00014 
00015 // -- cSpuDecoder ----------------
00016 /*
00017 cSpuDecoder::cSpuDecoder()
00018 {};
00019 */
00020 
00021 cSpuDecoder::~cSpuDecoder()
00022 {
00023 };

Generated on Wed Feb 5 23:30:11 2003 for VDR by doxygen1.3-rc2