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/common.h | |
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/common.h')
-rw-r--r-- | libhb/common.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libhb/common.h b/libhb/common.h index a932a07a8..f4d25dcf6 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -555,8 +555,6 @@ struct hb_job_s int mux; char * file; - /* Allow MP4 files > 4 gigs */ - int largeFileSize; int mp4_optimize; int ipod_atom; |