[FFmpeg-soc] MXF muxer version 0.0.4

zhentan feng spyfeng at gmail.com
Tue Aug 26 03:16:11 CEST 2008


Hi

2008/8/25 Michael Niedermayer <michaelni at gmx.at>
[...]

> > Index: libavformat/mxfenc.c
> > ===================================================================
> > --- libavformat/mxfenc.c      (revision 14965)
> > +++ libavformat/mxfenc.c      (working copy)
> > @@ -245,6 +245,42 @@
> >      return uls;
> >  }
> >
> > +static int mxf_write_essence_container_refs(AVFormatContext *s, int
> write)
> > +{
> > +    ByteIOContext *pb = s->pb;
> > +    AVStream *st;
> > +    int i, count = 0, j = 0;
> > +    int essence_container_ul_sign[1024] = { 0 };
>
> this doesnt solve the problem
> the size of this array should match that of ff_mxf_essence_container_uls
>
>
here is the patch version 0.0.8.
the last function of mxfenc.c :)
please review.
thanks very much.
[...]

-- 
Best wishes~
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mxf_mux_0.0.8.patch
Type: text/x-diff
Size: 3353 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20080826/879ede10/attachment.patch>


More information about the FFmpeg-soc mailing list