diff options
author | jbrjake <[email protected]> | 2007-11-28 20:40:47 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-11-28 20:40:47 +0000 |
commit | 1756f9b6ab9ead7effc6d8daaeb7fe90156ad3be (patch) | |
tree | 9f7eb373e2675a8f2bebb981694fa3222e9fb6bf /libhb/common.h | |
parent | 048267df5fff981e702edc5e44d7ac6115221d7d (diff) |
Gives the CLI a separate option for adding the iPod UUID atom to mp4 files, instead of it just being a side-effect of using the x264b30 encoder. It's called with -I or --ipod-atom .
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1084 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h index 1f16366e8..988ea3d55 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -260,6 +260,7 @@ struct hb_job_s /* Allow MP4 files > 4 gigs */ int largeFileSize; int mp4_optimize; + int ipod_atom; int indepth_scan; hb_subtitle_t ** select_subtitle; |