[FFmpeg-devel] [PATCH]Read pictures in id3v2
Michael Niedermayer
michaelni at gmx.at
Mon Dec 23 22:02:46 CET 2013
On Mon, Dec 23, 2013 at 03:40:51PM +0000, Carl Eugen Hoyos wrote:
> Carl Eugen Hoyos <cehoyos <at> ag.or.at> writes:
>
> > /* mimetype */
> > + 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)
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
There will always be a question for which you do not know the correct answer.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 198 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20131223/e588c0ef/attachment.asc>
More information about the ffmpeg-devel
mailing list