summaryrefslogtreecommitdiffstats
path: root/libhb/hb.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2011-03-13 21:58:01 +0000
committerjstebbins <[email protected]>2011-03-13 21:58:01 +0000
commit6e531a9eadeeed119e9dbec4e642bde5ff7c42e9 (patch)
treef6cf5f063b6e7b776a84fc17d42897c4430ea519 /libhb/hb.h
parent9d05a2b4756b2bbffac60eb50fc98e6cb1f4f9f0 (diff)
cosmetics and improved comments
Thanks Rodeo ;) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@3849 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/hb.h')
-rw-r--r--libhb/hb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/hb.h b/libhb/hb.h
index 5729088cf..783da11cd 100644
--- a/libhb/hb.h
+++ b/libhb/hb.h
@@ -81,7 +81,7 @@ typedef struct hb_interjob_s
int last_job; /* job->sequence_id & 0xFFFFFF */
int frame_count; /* number of frames counted by sync */
int out_frame_count; /* number of frames counted by render */
- uint64_t total_time; /* real length in 90khz (i.e. / 90000 */
+ uint64_t total_time; /* real length in 90kHz ticks (i.e. seconds / 90000) */
int vrate; /* actual measured output vrate from 1st pass */
int vrate_base; /* actual measured output vrate_base from 1st pass */