summaryrefslogtreecommitdiffstats
path: root/mencoder.c
diff options
context:
space:
mode:
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;
}
}