summaryrefslogtreecommitdiffstats
path: root/libhb
diff options
context:
space:
mode:
Diffstat (limited to 'libhb')
-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)