Hello, I didn't see any real issues either. On Tue, Sep 30, 2014 at 11:01:17AM +0300, phintuka at gmail.com wrote: > +static int sup_write_packet(AVFormatContext *s, AVPacket *pkt) > +{ > + uint8_t *data = pkt->data; const uint8_t * would be a bit nicer though, to make sure nobody gets any bad ideas.