summaryrefslogtreecommitdiffstats
path: root/libhb/work.c
diff options
context:
space:
mode:
authorRodeo <[email protected]>2013-07-01 15:24:20 +0000
committerRodeo <[email protected]>2013-07-01 15:24:20 +0000
commit09b51ce9d7ffb43e0712842a5cf5b9566b8de964 (patch)
treee7449dbbd56fb437835959d3d9ef186326334438 /libhb/work.c
parent6efccd133de9e2eb3ff1010119bdfa69f6b86b03 (diff)
hb_display_job_info: "Large file size" does not apply to the avformat MP4 muxer (it's automatic and therefore can't be enabled or disabled).
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5629 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/work.c')
-rw-r--r--libhb/work.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/work.c b/libhb/work.c
index df22d791e..433e9c5c3 100644
--- a/libhb/work.c
+++ b/libhb/work.c
@@ -210,10 +210,10 @@ void hb_display_job_info(hb_job_t *job)
hb_log(" + container: %s", hb_container_get_name(job->mux));
switch (job->mux)
{
- case HB_MUX_AV_MP4:
case HB_MUX_MP4V2:
if (job->largeFileSize)
hb_log(" + 64-bit chunk offsets");
+ case HB_MUX_AV_MP4:
if (job->mp4_optimize)
hb_log(" + optimized for HTTP streaming (fast start)");
if (job->ipod_atom)