mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue