diff options
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; |