[FFmpeg-soc] [soc]: r2824 - mxf/mxfenc.c

zhentan feng spyfeng at gmail.com
Sat Jul 19 13:31:48 CEST 2008


Hi,

2008/7/19 Reimar Döffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de>:

> Hello,
> On Sat, Jul 19, 2008 at 05:06:42AM +0200, spyfeng wrote:
> > Author: spyfeng
> > Date: Sat Jul 19 05:06:42 2008
> > New Revision: 2824
> >
> > Log:
> > modify output format long name
> >
> >
> > Modified:
> >    mxf/mxfenc.c
> >
> > Modified: mxf/mxfenc.c
> >
> ==============================================================================
> > --- mxf/mxfenc.c      (original)
> > +++ mxf/mxfenc.c      Sat Jul 19 05:06:42 2008
> > @@ -848,7 +848,7 @@ static int mux_write_footer(AVFormatCont
> >
> >  AVOutputFormat mxf_muxer = {
> >      "mxf",
> > -    "material exchange file fromat",
> > +    NULL_IF_CONFIG_SMALL("MXF format"),
>
> This does not match the current name in the demuxer.
> It also is a bit silly, since the F in MXF stands already for format,
> so now it says it is "Material eXchange Format format".
>

Yes, it really looks strange :)
but IMHO, I should  keep correspondence with mxf.c according to the  advice
from Diego's former email.


-- 
Best wishes~



More information about the FFmpeg-soc mailing list