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:
parent
a2a17d3f87
commit
6f2c523c85
@ -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…
Reference in New Issue
Block a user