diff avcodec.h @ 703:65f9e32225ba libavcodec

Minor warning fix.
author mellum
date Sat, 28 Sep 2002 01:49:37 +0000
parents 85b071dfc7e3
children e65798d228ea
line wrap: on
line diff
--- a/avcodec.h	Fri Sep 27 15:38:54 2002 +0000
+++ b/avcodec.h	Sat Sep 28 01:49:37 2002 +0000
@@ -878,7 +878,7 @@
 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,