mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-12-11 05:04:44 +00:00
lavfi/subtitles: fix recently introduced warning about discarded const qualifier.
This commit is contained in:
parent
22b06103f0
commit
9b9d996b34
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user