mirror of
https://github.com/mpv-player/mpv
synced 2025-02-04 14:11:53 +00:00
-af-adv force=1 is now default (and thus also lavcresample)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15951 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
628236e0c0
commit
7daf15dc89
@ -27,7 +27,7 @@ int fakemono=0;
|
||||
#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;
|
||||
|
Loading…
Reference in New Issue
Block a user