On 04/07/2018 23:05, Baptiste Coudurier wrote: > + if (length < 0) > + return AVERROR_INVALIDDATA; > + > + int array_count = avio_rb32(s->pb); > + int array_elem_size = avio_rb32(s->pb); Mixed declarations aren't allowed in FFmpeg. - Derek