diff options
author | jstebbins <[email protected]> | 2014-12-23 22:08:10 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-23 22:08:10 +0000 |
commit | 2f8e8b63af1a896d4d15b48ee46a09ca1e061583 (patch) | |
tree | c92f6a8c10317b595cf6971ba7ecec6840cc5924 /libhb/work.c | |
parent | 80d43d93c9514df0437480d3054720a803c3b663 (diff) |
eliminate job->largeFileSize
It is no longer needed since we eliminated mp4v2 support
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6647 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/work.c')
-rw-r--r-- | libhb/work.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libhb/work.c b/libhb/work.c index 7b135c85a..4825a1db4 100644 --- a/libhb/work.c +++ b/libhb/work.c @@ -213,9 +213,6 @@ void hb_display_job_info(hb_job_t *job) hb_log(" + container: %s", hb_container_get_long_name(job->mux)); switch (job->mux) { - 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)"); |