On Tue, Aug 26, 2008 at 09:16:11AM +0800, zhentan feng wrote:
> Hi
>
> 2008/8/25 Michael Niedermayer <[EMAIL PROTECTED]>
> [...]
>
> > > 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
signature.asc
Description: Digital signature
_______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
