From 7ffbb60ee7da48804c918c160c7cba15ee4c95a1 Mon Sep 17 00:00:00 2001 From: Falk Hüffner Date: Sat, 28 Sep 2002 01:49:37 +0000 Subject: Minor warning fix. Originally committed as revision 977 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/avcodec.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/avcodec.h') diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index 6c33a304fe..b245c359d2 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.h @@ -878,7 +878,7 @@ AVCodec *avcodec_find_decoder(enum CodecID id); AVCodec *avcodec_find_decoder_by_name(const char *name); void avcodec_string(char *buf, int buf_size, AVCodecContext *enc, int encode); -AVCodecContext *avcodec_alloc_context(); +AVCodecContext *avcodec_alloc_context(void); int avcodec_open(AVCodecContext *avctx, AVCodec *codec); int avcodec_decode_audio(AVCodecContext *avctx, INT16 *samples, int *frame_size_ptr, -- cgit v1.2.3