From 287c85bf19c44037426c0e8d8a30f75a0005c492 Mon Sep 17 00:00:00 2001 From: Rodeo Date: Mon, 11 Mar 2013 01:22:16 +0000 Subject: Remove code forgotten in revision 5295. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5323 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- libhb/decavcodec.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'libhb') 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; -- cgit v1.2.3