comparison libmpcodecs/dec_audio.h @ 31425:2392ad3cec9c

Move af_cfg extern variable declaration to dec_audio.h.
author diego
date Sun, 20 Jun 2010 15:43:45 +0000
parents c9e6eb55607e
children 4a4dcc72da52
comparison
equal deleted inserted replaced
31424:283eac48391d 31425:2392ad3cec9c
17 */ 17 */
18 18
19 #ifndef MPLAYER_DEC_AUDIO_H 19 #ifndef MPLAYER_DEC_AUDIO_H
20 #define MPLAYER_DEC_AUDIO_H 20 #define MPLAYER_DEC_AUDIO_H
21 21
22 #include "libaf/af.h"
22 #include "libmpdemux/stheader.h" 23 #include "libmpdemux/stheader.h"
24
25 extern af_cfg_t af_cfg;
23 26
24 extern int audio_output_channels; 27 extern int audio_output_channels;
25 extern int fakemono; 28 extern int fakemono;
26 29
27 // dec_audio.c: 30 // dec_audio.c: