[FFmpeg-devel] [PATCH] avformat: add MCC demuxer

Lou Logan lou at lrcd.com
Sat Jun 13 23:43:15 EEST 2020


On Sat, Jun 13, 2020, at 9:49 AM, Paul B Mahol wrote:
[...]
> +static int mcc_read_header(AVFormatContext *s)
> +{
> +    MCCContext *mcc = s->priv_data;
> +    AVStream *st = avformat_new_stream(s, NULL);
> +    AVRational rate;
> +    int64_t ts, pos;
> +    ptrdiff_t len;

‘len’ set but not used


More information about the ffmpeg-devel mailing list