[FFmpeg-devel] [PATCH]Read pictures in id3v2

Carl Eugen Hoyos cehoyos at ag.or.at
Tue Dec 24 07:36:46 CET 2013


Michael Niedermayer <michaelni <at> gmx.at> writes:

> > > +    if (isv34) {
> > >      taglen -= avio_get_str(pb, taglen, mimetype, sizeof(mimetype));
> > > +    } else {
> > > +        avio_read(pb, mimetype, 3);
> > 
> > Added "mimetype[3] = 0;" locally.
> 
> LGTM (didnt double check against the spec though)

Merged by Michael.

Merry Christmas, Carl Eugen



More information about the ffmpeg-devel mailing list