Commit 9b9d996b authored by Clément Bœsch's avatar Clément Bœsch

lavfi/subtitles: fix recently introduced warning about discarded const qualifier.

parent 22b06103
......@@ -267,7 +267,7 @@ static av_cold int init_subtitles(AVFilterContext *ctx, const char *args)
AVFormatContext *fmt = NULL;
AVCodecContext *dec_ctx = NULL;
AVCodec *dec = NULL;
AVCodecDescriptor *dec_desc;
const AVCodecDescriptor *dec_desc;
AVStream *st;
AVPacket pkt;
AssContext *ass = ctx->priv;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment