[FFmpeg-soc] MXF muxer version 0.0.4

Michael Niedermayer michaelni at gmx.at
Tue Aug 26 03:49:34 CEST 2008


On Tue, Aug 26, 2008 at 09:16:11AM +0800, zhentan feng wrote:
> 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.

patch looks ok

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

No snowflake in an avalanche ever feels responsible. -- Voltaire
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20080826/f13fe402/attachment.pgp>


More information about the FFmpeg-soc mailing list