mirror of https://git.ffmpeg.org/ffmpeg.git
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