Mercurial > mplayer.hg
changeset 15950:4432bb25b13e
-af-adv force=1 is now default (and thus also lavcresample)
author | reimar |
---|---|
date | Sun, 10 Jul 2005 09:16:24 +0000 |
parents | 0ad9bf13b72b |
children | 137f825e58c2 |
files | libmpcodecs/dec_audio.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/dec_audio.c Sun Jul 10 09:05:14 2005 +0000 +++ b/libmpcodecs/dec_audio.c Sun Jul 10 09:16:24 2005 +0000 @@ -27,7 +27,7 @@ #endif /* used for ac3surround decoder - set using -channels option */ int audio_output_channels = 2; -af_cfg_t af_cfg; // Configuration for audio filters +af_cfg_t af_cfg = {1, NULL}; // Configuration for audio filters void afm_help(){ int i;