blob: 545a0afdc5767fb4b65fbc86a7f7eded6b8bb037 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/*
* audio.h: The basic audio interface
*
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: audio.h 1.1 2002/05/30 11:07:28 kls Exp $
*/
#ifndef __AUDIO_H
#define __AUDIO_H
#endif //__AUDIO_H
|