diff avcodec.h @ 1994:8d3540dddd1b libavcodec

cleanup & memleak fix
author michael
date Fri, 30 Apr 2004 17:42:58 +0000
parents 938e47c809b0
children 7bd3932bc918
line wrap: on
line diff
--- a/avcodec.h	Fri Apr 30 16:06:20 2004 +0000
+++ b/avcodec.h	Fri Apr 30 17:42:58 2004 +0000
@@ -1934,7 +1934,6 @@
 
 int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic);
 void avcodec_default_release_buffer(AVCodecContext *s, AVFrame *pic);
-void avcodec_default_free_buffers(AVCodecContext *s);
 
 int avcodec_thread_init(AVCodecContext *s, int thread_count);
 void avcodec_thread_free(AVCodecContext *s);