diff options
author | jstebbins <[email protected]> | 2014-02-20 01:51:45 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-02-20 01:51:45 +0000 |
commit | 0306771b4a5c09d5bbd5742221eb0bc52103f2c5 (patch) | |
tree | 3c970115d32d0515840eb8b7bb50b2e8976d8d27 /libhb/internal.h | |
parent | a7c4a9f9f03cafa63068150a2e483db6ef686718 (diff) |
libhb: remove a52dec
replace it with libavcodec ac3 decoder
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6049 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 168624179..a551333aa 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -386,23 +386,6 @@ union hb_esconfig_u uint8_t headers[3][HB_CONFIG_MAX_SIZE]; char *language; } vorbis; - - struct - { - /* ac3flags stores the flags from the AC3 source, as found in scan.c */ - int ac3flags; - // next two items are used by the bsinfo routine to accumulate small - // frames until we have enough to validate the crc. - int len; // space currently used in 'buf' - uint8_t buf[HB_CONFIG_MAX_SIZE-sizeof(int)]; - } a52; - - struct - { - /* dcaflags stores the flags from the DCA source, as found in scan.c */ - int dcaflags; - } dca; - }; enum @@ -423,7 +406,6 @@ enum WORK_ENCX264, WORK_ENCX265, WORK_ENCTHEORA, - WORK_DECA52, WORK_DECAVCODEC, WORK_DECAVCODECV, WORK_DECLPCM, |