diff options
Diffstat (limited to 'libhb')
-rw-r--r-- | libhb/decavcodec.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/libhb/decavcodec.c b/libhb/decavcodec.c index ae4636e56..fcbc2eaa5 100644 --- a/libhb/decavcodec.c +++ b/libhb/decavcodec.c @@ -593,16 +593,6 @@ static hb_buffer_t *copy_frame( hb_work_private_t *pv, AVFrame *frame ) return buf; } -static int get_frame_buf( AVCodecContext *context, AVFrame *frame ) -{ - return avcodec_default_get_buffer( context, frame ); -} - -static int reget_frame_buf( AVCodecContext *context, AVFrame *frame ) -{ - return avcodec_default_reget_buffer( context, frame ); -} - static void log_chapter( hb_work_private_t *pv, int chap_num, int64_t pts ) { hb_chapter_t *c; |