diff options
author | jstebbins <[email protected]> | 2015-02-04 18:12:23 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2015-02-04 18:12:23 +0000 |
commit | 088f1a40324ee53ac9be1e99984544edbc6e4683 (patch) | |
tree | 7a53644d62a273d4badcfc2870f63139431badae /libhb/internal.h | |
parent | 887cf2902803ef75b8d7f487a592acc63b86789e (diff) |
mux: fix chapter timestamps, factor in video encoder delay
libav does not fix chapter timestamps for us, so we must do this until
I can figure out a good fix to libav.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6873 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index d6bbb7073..7e2379919 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -371,7 +371,7 @@ union hb_esconfig_u int sps_length; uint8_t pps[HB_CONFIG_MAX_SIZE]; int pps_length; - uint32_t init_delay; + int init_delay; } h264; struct |