diff options
author | Rodeo <[email protected]> | 2013-03-11 01:22:16 +0000 |
---|---|---|
committer | Rodeo <[email protected]> | 2013-03-11 01:22:16 +0000 |
commit | 287c85bf19c44037426c0e8d8a30f75a0005c492 (patch) | |
tree | 2ed11aa44107c070a0fac7e0d3e8941e26cae5a0 /libhb | |
parent | 16477debabd0cd4bdd402529368d806b57a5170e (diff) |
Remove code forgotten in revision 5295.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@5323 b64f7644-9d1e-0410-96f1-a4d463321fa5
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; |