diff options
author | jstebbins <[email protected]> | 2012-07-11 20:10:20 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2012-07-11 20:10:20 +0000 |
commit | 8b91bcb733913afea795cfea6178372eee5b4abe (patch) | |
tree | 09b4bd5693f2c361861d803522d2340b6beab985 /libhb/mcdeint.h | |
parent | 7f1f338df87f6075e7edf0cd598523acaf0f82a1 (diff) |
bump libav to libav-v0.8-2197-g1a068bf
Resolves several deprecated api's
Eliminates several libav patches
Eliminates our builtin downmix in favour of avresample
Eliminate HB_INPUT_CH_LAYOUT_* and replace with AV_CH_LAYOUT_*
Resolves 6.x and 7.0 input channel layout issues HB had
Adds downmix support to declpcm. We never had it!
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4825 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/mcdeint.h')
-rw-r--r-- | libhb/mcdeint.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libhb/mcdeint.h b/libhb/mcdeint.h index 2c47e1ce6..35b5a76fc 100644 --- a/libhb/mcdeint.h +++ b/libhb/mcdeint.h @@ -12,8 +12,7 @@ struct mcdeint_private_s int mcdeint_mode; int mcdeint_qp; - int mcdeint_outbuf_size; - uint8_t * mcdeint_outbuf; + AVPacket mcdeint_pkt; AVCodecContext * mcdeint_avctx_enc; AVFrame * mcdeint_frame; AVFrame * mcdeint_frame_dec; |