diff options
author | van <[email protected]> | 2008-07-26 01:20:56 +0000 |
---|---|---|
committer | van <[email protected]> | 2008-07-26 01:20:56 +0000 |
commit | b3bc6dccde26b1b072a583bce8f5726e85ca2fd0 (patch) | |
tree | 1730301ea79410c56b39a6b0b33aa3865e7c2c06 /libhb/internal.h | |
parent | e529b1dbda55f01e21fe6fb04ee7f85c2e755725 (diff) |
Use PTS, not DTS, in encx264 output frames so we don't have to special-case its output in every muxer. Confine code that deals with Apple's mistakes in handling video with b-frames to muxmp4.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1582 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 7a102a505..36dca0d80 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -157,6 +157,7 @@ union hb_esconfig_u int sps_length; uint8_t pps[HB_CONFIG_MAX_SIZE]; int pps_length; + uint32_t init_delay; } h264; struct |