vdr/spu.c

24 lines
476 B
C

/*
* SPU Decoder Prototype
*
* Copyright (C) 2001.2002 Andreas Schultz <aschultz@warp10.net>
*
* This code is distributed under the terms and conditions of the
* GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
*
* $Id: spu.c 1.3 2006/04/17 11:00:00 kls Exp $
*/
#include "spu.h"
#include <inttypes.h>
// -- cSpuDecoder ------------------------------------------------------------
/*
cSpuDecoder::cSpuDecoder()
{};
*/
cSpuDecoder::~cSpuDecoder()
{
};