diff options
author | jbrjake <[email protected]> | 2007-03-30 00:50:20 +0000 |
---|---|---|
committer | jbrjake <[email protected]> | 2007-03-30 00:50:20 +0000 |
commit | 91948dd02f961c7dad3a855cf7edbf0f860af9a0 (patch) | |
tree | 35c0745066fce77fbaf7b1eb666177de0e49ae07 /libhb/internal.h | |
parent | f2ef21afdeff9ebfd8042176235e6888a7f9398e (diff) |
H.264 B-frame muxing for MP4, including B-pyramids. The latter are QuickTime incompatible.
"Most software today is very much like an Egyptian pyramid with millions of bricks piled on top of each other, with no structural integrity, but just done by brute force and thousands of slaves." -- Alan Kay
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@464 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index fb5731881..577ad3032 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -39,6 +39,9 @@ struct hb_buffer_s int64_t stop; int key; + /* Holds the output PTS from x264, for use by b-frame offsets in muxmp4.c */ + int64_t encodedPTS; + int x; int y; int width; |