From 7906085fcc33feb5a0c617f5e01065bb9d0caa86 Mon Sep 17 00:00:00 2001 From: Falk Hüffner Date: Wed, 24 Mar 2004 23:32:48 +0000 Subject: warning patrol Originally committed as revision 2925 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 44a115858d..62743b3ef6 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -1895,6 +1895,7 @@ void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode); void avcodec_get_context_defaults(AVCodecContext *s); AVCodecContext *avcodec_alloc_context(void); +void avcodec_get_frame_defaults(AVFrame *pic); AVFrame *avcodec_alloc_frame(void); int avcodec_default_get_buffer(AVCodecContext *s, AVFrame *pic); -- cgit v1.2.3