diff options
author | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-07-28 05:48:48 +0000 |
---|---|---|
committer | Reimar Döffinger <Reimar.Doeffinger@gmx.de> | 2010-07-28 05:48:48 +0000 |
commit | f8a169ac8e247b030103b9e18d4280ff287cac98 (patch) | |
tree | a9e4c0932c205e92f98fb0d00b939559bc2671f4 /libavformat/mxfenc.c | |
parent | b6356d97268903e05a07ecff41b5971b94e347d6 (diff) | |
download | ffmpeg-f8a169ac8e247b030103b9e18d4280ff287cac98.tar.gz |
Add extern to mxf_d10_muxer forward declaration to avoid a redundant
redeclaration warning.
Originally committed as revision 24564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mxfenc.c')
-rw-r--r-- | libavformat/mxfenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index d5e4ecf9e9..d5899393bb 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -44,7 +44,7 @@ static const int NTSC_samples_per_frame[] = { 1602, 1601, 1602, 1601, 1602, 0 }; static const int PAL_samples_per_frame[] = { 1920, 0 }; -AVOutputFormat mxf_d10_muxer; +extern AVOutputFormat mxf_d10_muxer; #define EDIT_UNITS_PER_BODY 250 #define KAG_SIZE 512 |