blob: 5e7bb73bf39cec5f8aa2c5ca9315e0bf9ad3d64b (
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/06/10 16:30:00 kls Exp $
*/
#include "audio.h"
|