1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-21 10:55:51 +02:00

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

Originally committed as revision 24480 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Reimar Döffinger 2010-07-24 12:58:28 +00:00
parent a2a17d3f87
commit 6f2c523c85

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 {