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

Diego Biurrun diego at biurrun.de
Sat Jul 19 13:37:44 CEST 2008


On Sat, Jul 19, 2008 at 07:31:48PM +0800, zhentan feng wrote:
> 
> 2008/7/19 Reimar Döffinger <Reimar.Doeffinger at stud.uni-karlsruhe.de>:
> 
> > On Sat, Jul 19, 2008 at 05:06:42AM +0200, spyfeng wrote:
> > >
> > > Log:
> > > modify output format long name
> > >
> > > --- 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.

Please update the name, I changed it in mxf.c.

Diego



More information about the FFmpeg-soc mailing list