From 6f2c523c85c53cce2bda22a585b07a807255eadd Mon Sep 17 00:00:00 2001 From: Reimar Döffinger Date: Sat, 24 Jul 2010 12:58:28 +0000 Subject: Fix a "function declaration isn't a prototype" warning. Originally committed as revision 24480 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/mxfenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/mxfenc.c') diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 6c82339e7d..d5e4ecf9e9 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -77,7 +77,7 @@ typedef struct { UID container_ul; UID element_ul; UID codec_ul; - void (*write_desc)(); + void (*write_desc)(AVFormatContext *, AVStream *); } MXFContainerEssenceEntry; static const struct { -- cgit v1.2.3