diff options
author | jstebbins <[email protected]> | 2013-12-02 21:25:41 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2013-12-02 21:25:41 +0000 |
commit | 87ba2a39cc223742796170d87a8563c2e64910d8 (patch) | |
tree | 12348638a37e6ec22aefeecc0b9cdbfd03332e16 /libhb/internal.h | |
parent | 6f68c72ba9055ced110782e250ae824ff076a23e (diff) |
libhb: remove use of avpicture_deinterlace
This function is being remove from libav. so replace it's functionality
with a threaded implementation of our own.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5911 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'libhb/internal.h')
-rw-r--r-- | libhb/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libhb/internal.h b/libhb/internal.h index 643deb9a2..a18f1f111 100644 --- a/libhb/internal.h +++ b/libhb/internal.h @@ -495,3 +495,5 @@ DECLARE_MUX( avformat ); void hb_muxmp4_process_subtitle_style( uint8_t *input, uint8_t *output, uint8_t *style, uint16_t *stylesize ); + +void hb_deinterlace(hb_buffer_t *dst, hb_buffer_t *src); |