OSDN Git Service

Ooops -- when copying and pasting code snippets, it helps to have the right types.
[handbrake-jp/handbrake-jp-git.git] / libhb / common.h
index 1f16366..be174d1 100644 (file)
@@ -236,6 +236,7 @@ struct hb_job_s
     int             acodec;
     int             abitrate;
     int             arate;
+    float           dynamic_range_compression;
 
     /* Subtitle settings:
          subtitle: index in hb_title_t's subtitles list, starting
@@ -260,6 +261,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;