[FFmpeg-devel] [PATCH v2] Add SUP/PGS subtitle muxer

Reimar Döffinger Reimar.Doeffinger at gmx.de
Tue Sep 30 19:58:26 CEST 2014


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.


More information about the ffmpeg-devel mailing list