changeset 6307:43fe2984f310 libavformat

Fix a "function declaration isn't a prototype" warning.
author reimar
date Sat, 24 Jul 2010 12:58:28 +0000
parents 175c5f6cb556
children 2b1ab404f1cf
files mxfenc.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mxfenc.c	Sat Jul 24 09:04:44 2010 +0000
+++ b/mxfenc.c	Sat Jul 24 12:58:28 2010 +0000
@@ -77,7 +77,7 @@
     UID container_ul;
     UID element_ul;
     UID codec_ul;
-    void (*write_desc)();
+    void (*write_desc)(AVFormatContext *, AVStream *);
 } MXFContainerEssenceEntry;
 
 static const struct {