diff options
author | filon <filon@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-03 11:51:39 +0000 |
---|---|---|
committer | filon <filon@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-03 11:51:39 +0000 |
commit | 45fde049ddc9dd2b44527dd986228ded6aa667f6 (patch) | |
tree | f9251ad252a4ad476b60b9e7989b6f077c43497f | |
parent | b94c16d74b8774bfe9b9996c3888c5b9e862c1f5 (diff) |
10l :-))
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8732 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r-- | mencoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mencoder.c b/mencoder.c index 63d6b4d90d..aa60fa079d 100644 --- a/mencoder.c +++ b/mencoder.c @@ -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; } } |