[FFmpeg-soc] [Patch]Mxf muxer 0.0.1
Reimar Doeffinger
Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Aug 14 08:39:21 CEST 2008
On Thu, Aug 14, 2008 at 11:41:01AM +0800, zhentan feng wrote:
> > putting tables in a header would make them duplicated in each file that
> > includes that header
>
> yes, but they are actually be used by mxfenc.c and mxfdec.c
But they are the same for both files, they should not exist twice in the binary!
Put the shared data e.g. in a mxf.c file and only the declarations in a header file.
More information about the FFmpeg-soc
mailing list