This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
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
a2a17d3f87
commit
6f2c523c85
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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 {
Write
Preview
Loading…
Cancel
Save