OSDN Git Service

Finally recommitting clee's patch from r518 to allow 64-bit mp4 files that can hold...
authorjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 13 Jun 2007 18:41:23 +0000 (18:41 +0000)
committerjbrjake <jbrjake@b64f7644-9d1e-0410-96f1-a4d463321fa5>
Wed, 13 Jun 2007 18:41:23 +0000 (18:41 +0000)
commit14f1be3a1c5b1da5313b65093e99ed23869e37cf
treef3c561b4a649848ae71e54a6b87840699190f6f4
parent3b9a96ede45dc921501e5bcecf2a971c5141105b
Finally recommitting clee's patch from r518 to allow 64-bit mp4 files that can hold more than 4 gigs... controlled by a boolean called job->largeFileSize and enabled from the cli with -4 or --large-file. Note that this breaks compatibility with stuff like the iPod, AppleTV, PS3 (I think), etc...so it is off by default.

Also converted a few stray hard tabs into soft tabs.

git-svn-id: svn://localhost/HandBrake/trunk@618 b64f7644-9d1e-0410-96f1-a4d463321fa5
libhb/common.h
libhb/muxmp4.c
test/test.c