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
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to