[FFmpeg-devel] [PATCH] Store Major brand, Minor version and compatible brands of a mov file using the metadata API

Diego Biurrun diego
Tue Sep 22 11:32:34 CEST 2009


On Tue, Sep 22, 2009 at 12:23:09PM +0300, haim alon wrote:
> 
> On Tue, Sep 22, 2009 at 10:28 AM, Baptiste Coudurier <baptiste.coudurier at gmail.com> wrote:
> 
> > > -    if (type != MKTAG('q','t',' ',' '))
> > > +    if (strcmp(type, "qt, "))
> > >          c->isom = 1;
> > > -    av_log(c->fc, AV_LOG_DEBUG, "ISO: File Type Major Brand: %.4s\n",(char *)&type);
> > > -    get_be32(pb); /* minor version */
> > > -    url_fskip(pb, atom.size - 8);
> > > +    av_log(c->fc, AV_LOG_DEBUG, "ISO: File Type Major Brand: %.4s\n", (char *)&type);
> >
> > Cosmetics.
> >
> Is it the av_log ?

Yes.

Diego



More information about the ffmpeg-devel mailing list