summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
authorfilon <filon@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-03 11:51:39 +0000
committerfilon <filon@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-03 11:51:39 +0000
commit45fde049ddc9dd2b44527dd986228ded6aa667f6 (patch)
treef9251ad252a4ad476b60b9e7989b6f077c43497f /mencoder.c
parentb94c16d74b8774bfe9b9996c3888c5b9e862c1f5 (diff)
downloadmpv-45fde049ddc9dd2b44527dd986228ded6aa667f6.tar.bz2
mpv-45fde049ddc9dd2b44527dd986228ded6aa667f6.tar.xz
10l :-))
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8732 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mencoder.c')
-rw-r--r--mencoder.c2
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;
}
}