Browse Source

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

Originally committed as revision 24480 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/n0.8
Reimar Döffinger 15 years ago
parent
commit
6f2c523c85
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      libavformat/mxfenc.c

+ 1
- 1
libavformat/mxfenc.c View File

@@ -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 {


Loading…
Cancel
Save