[FFmpeg-soc] MXF muxer version 0.0.2

zhentan feng spyfeng at gmail.com
Sun Aug 17 05:31:09 CEST 2008


Hi

2008/8/17 Michael Niedermayer <michaelni at gmx.at>

> On Sat, Aug 16, 2008 at 10:50:12PM +0800, zhentan feng wrote:
> > Hi,
> > Here is the new version patch against FFmpeg trunk.
> > modify code according to 0.0.1 patch reviews.
> >
> > thanks
> > --
> > Best wishes~
>
> > Index: libavformat/mxfenc.c
> > ===================================================================
> > --- libavformat/mxfenc.c      (revision 14787)
> > +++ libavformat/mxfenc.c      (working copy)
> > @@ -31,9 +31,182 @@
> >
> >  //#define DEBUG
> >
> > +#include "mxf.h"
> > +
> > +typedef uint8_t UMID[32];
> > +
> > +typedef struct {
> > +    int local_tag;
> > +    UID uid;
> > +} MXFLocalTagPair;
>
> ok
>
>
> > +
> > +typedef struct {
>
> > +    UID track_essence_element_key;
>
> unused
>

IMHO this is not unused, we use it in mux_write_packet.




-- 
Best wishes~



More information about the FFmpeg-soc mailing list