[SCM] libav/experimental: Add extern to mxf_d10_muxer forward declaration to avoid a redundant redeclaration warning.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 17:12:55 UTC 2013


The following commit has been merged in the experimental branch:
commit f8a169ac8e247b030103b9e18d4280ff287cac98
Author: Reimar Döffinger <Reimar.Doeffinger at gmx.de>
Date:   Wed Jul 28 05:48:48 2010 +0000

    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

diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c
index d5e4ecf..d589939 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

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list