Commit 6f2c523c authored by Reimar Döffinger's avatar Reimar Döffinger

Fix a "function declaration isn't a prototype" warning.

Originally committed as revision 24480 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent a2a17d3f
...@@ -77,7 +77,7 @@ typedef struct { ...@@ -77,7 +77,7 @@ typedef struct {
UID container_ul; UID container_ul;
UID element_ul; UID element_ul;
UID codec_ul; UID codec_ul;
void (*write_desc)(); void (*write_desc)(AVFormatContext *, AVStream *);
} MXFContainerEssenceEntry; } MXFContainerEssenceEntry;
static const struct { static const struct {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment