blob: 226505b4f34444fe78f97fab2c650aed44dcccfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/*
* audio.c: The basic audio interface
*
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: audio.c 1.1 2002/05/30 11:08:54 kls Exp $
*/
#include "audio.h"
|