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
signature.asc
Description: Digital signature
_______________________________________________ ffmpeg-devel mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-devel
