git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8732 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
filon 2003-01-03 11:51:39 +00:00
parent b94c16d74b
commit 45fde049dd
1 changed files with 1 additions and 1 deletions

View File

@ -887,7 +887,7 @@ if (out_file_format == MUXER_TYPE_MPEG)
}
if (audio_density < 4) {
fprintf(stderr,"Increasing audio density to 4\n");
audio_preload = 4;
audio_density = 4;
}
}