diff options
author | saintdev <[email protected]> | 2008-03-20 02:40:02 +0000 |
---|---|---|
committer | saintdev <[email protected]> | 2008-03-20 02:40:02 +0000 |
commit | 3a3870d7ea1e81e1a145b1d555b9f0164860f9e3 (patch) | |
tree | 9243f518a3d3827ce2d85c28c4c426e22c780a6f /libhb/internal.h | |
parent | 1cac31c9ed66396d3fc8a00e9fd75b5f56b000a0 (diff) |
Theora.
This adds the theora encoder to the Xcode project as well. It does not enable
anything in the Mac GUI, just allows it to build.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1350 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 8dfc3afac..a2b479929 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -166,6 +166,11 @@ union hb_esconfig_u struct { + uint8_t headers[3][HB_CONFIG_MAX_SIZE]; + } theora; + + struct + { uint8_t bytes[HB_CONFIG_MAX_SIZE]; int length; } aac; @@ -199,6 +204,7 @@ enum WORK_ENCAVCODEC, WORK_ENCXVID, WORK_ENCX264, + WORK_ENCTHEORA, WORK_DECA52, WORK_DECDCA, WORK_DECAVCODEC, |