[FFmpeg-devel] [PATCH 1/1] libavcodec/movtextdec.c: fixing decoding for UTF-8 (ticket 6021)
Michael Niedermayer
michael at niedermayer.cc
Sat Dec 17 14:17:18 EET 2016
On Sat, Dec 17, 2016 at 03:39:02AM +0000, Erik BrĂ¥then Solem wrote:
[...]
> @@ -491,7 +501,8 @@ static int mov_text_decode_frame(AVCodecContext *avctx,
>
> for (size_t i = 0; i < box_count; i++) {
> if (tsmb_type == box_types[i].type) {
> - if (m->tracksize + m->size_var + box_types[i].base_size > avpkt->size)
> + if (m->tracksize + m->size_var +
> + ox_types[i].base_size > avpkt->size)
do you mean box_types, theres no ox_types identifer (at least not in
git master)
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
I know you won't believe me, but the highest form of Human Excellence is
to question oneself and others. -- Socrates
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: Digital signature
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20161217/621ccf41/attachment.sig>
More information about the ffmpeg-devel
mailing list