]> git.sesse.net Git - vlc/commit
*New configuration option to choose audio output format at runtime.
authorStéphane Borel <stef@videolan.org>
Tue, 12 Mar 2002 18:37:46 +0000 (18:37 +0000)
committerStéphane Borel <stef@videolan.org>
Tue, 12 Mar 2002 18:37:46 +0000 (18:37 +0000)
commit2ce7beda11e3483e94c4ffb4974f6f575c85a202
tree1306a8bfac1e7ada3be356bf144e61730d28ddc4
parentdf7f26edb8927f267d425e88c51e0e305d54197d
*New configuration option to choose audio output format at runtime.
It allows to select spdif pass-through decoder with --ac3_adec and to
remove the ugly b_ac3 in main.h

As a consequence --spdif doesn't work anymore: you should use --ac3_adec pass

*Fixed a typo in main.c

*Return the option name in error message for unknown option intead of the
argument.
include/config.h
include/main.h
plugins/ac3_adec/ac3_adec.c
plugins/ac3_spdif/ac3_spdif.c
plugins/ac3_spdif/ac3_spdif.h
plugins/dvd/dvd_es.c
plugins/dvdread/input_dvdread.c
src/audio_output/audio_output.c
src/input/input_programs.c
src/interface/main.c