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

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sat Jul 19 11:22:13 CEST 2008


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".

Greetings,
Reimar Döffinger



More information about the FFmpeg-soc mailing list