diff options
author | titer <[email protected]> | 2006-04-17 18:50:02 +0000 |
---|---|---|
committer | titer <[email protected]> | 2006-04-17 18:50:02 +0000 |
commit | b30c3a727aa539f10adeae2220b4aa48e0b18feb (patch) | |
tree | eefa942e442271517817b3dcc3e9172e659fe4e0 /libhb/internal.h | |
parent | 82485cc9d132e1c284c9bd16dd8acd0094d42946 (diff) |
Merge from avformat branch
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@60 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 7a6caad4a..e13008f9b 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -123,14 +123,6 @@ union hb_esconfig_u struct { - uint8_t sps[HB_CONFIG_MAX_SIZE]; - int sps_length; - uint8_t pps[HB_CONFIG_MAX_SIZE]; - int pps_length; - } h264; - - struct - { uint8_t bytes[HB_CONFIG_MAX_SIZE]; int length; } aac; |