Mercurial > mplayer.hg
changeset 1599:3aae1521a8eb
Made -bps default.
author | atmos4 |
---|---|
date | Tue, 21 Aug 2001 10:17:52 +0000 |
parents | 5ea286d6f86f |
children | a286a9ca4d79 |
files | configure |
diffstat | 1 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Aug 21 06:11:38 2001 +0000 +++ b/configure Tue Aug 21 10:17:52 2001 +0000 @@ -1934,8 +1934,9 @@ $_divx4def /* Define this to enable avg. byte/sec-based AVI sync method by default: - (use -bps or -nobps commandline option for run-time method selection) */ -#undef AVI_SYNC_BPS + (use -bps or -nobps commandline option for run-time method selection) + -bps gives better sync for vbr mp3 audio, it is now default */ +#define AVI_SYNC_BPS /* Undefine this if you want soundcard-only timing by default: You can still change this with the -alsa or -noalsa command-line option!