[FFmpeg-soc] MXF muxer version 0.0.4

zhentan feng spyfeng at gmail.com
Fri Aug 29 18:38:48 CEST 2008


Hi

2008/8/27 Baptiste Coudurier <baptiste.coudurier at smartjog.com>

> Hi,
>
> zhentan feng wrote:
> > [...]
> >
> > +
> > +    if (!(s->streams[0]->codec->flags & CODEC_FLAG_BITEXACT)) {
> > +        mxf_write_local_tag(pb, version_string_len, 0x3C04);
> > +        put_buffer(pb, LIBAVFORMAT_IDENT, version_string_len);
> > +    }
>
> According to 377M, Version String is "req", so you have to put something
> here when bitexact is enabled. IMHO "0.0.0" should be fine.
>

here is the new patch version 0.0.9.
1) fix this bug
2) write company name, product name, version string as utf 16
3) modify version string and track number uls.

please review.
thanks
-- 
Best wishes~
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mxf_mux_0.0.9.patch
Type: text/x-diff
Size: 4689 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20080830/d3eb7ae9/attachment.patch>


More information about the FFmpeg-soc mailing list