summaryrefslogtreecommitdiffstats
path: root/libhb/common.h
diff options
context:
space:
mode:
authorjbrjake <[email protected]>2008-08-01 17:12:37 +0000
committerjbrjake <[email protected]>2008-08-01 17:12:37 +0000
commit7dde8068656d19ee95b0b9231e53d1c669806efe (patch)
treef1d8f8a1293d10427a638396062599255a17dc97 /libhb/common.h
parentb22fd6b62c3f13000d36f8badc297b872f5b7a45 (diff)
Splits the display of job settings off from the actual work of beginning of a job, and reorganizes/elaborates the display's layout.
Adds new title variables to provide more description of sources: video_codec_name, video_bitrate (currently only used by DVD sources), and container_name and data_rate (currently only used by ffmpeg input sources). git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1599 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/common.h')
-rw-r--r--libhb/common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/libhb/common.h b/libhb/common.h
index c12348be5..381b32d07 100644
--- a/libhb/common.h
+++ b/libhb/common.h
@@ -453,6 +453,11 @@ struct hb_title_s
int video_codec; /* worker object id of video codec */
int video_codec_param; /* codec specific config */
+ const char *video_codec_name;
+ int video_bitrate;
+ const char *container_name;
+ int data_rate;
+
uint32_t palette[16];
hb_list_t * list_chapter;