mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 23:21:06 +01:00
fftools/cmdutils: constify the first parameter of filter_codec_opts()
This commit is contained in:
parent
39d5104332
commit
6b8cf2505a
2 changed files with 2 additions and 2 deletions
|
|
@ -943,7 +943,7 @@ int check_stream_specifier(AVFormatContext *s, AVStream *st, const char *spec)
|
|||
return ret;
|
||||
}
|
||||
|
||||
AVDictionary *filter_codec_opts(AVDictionary *opts, enum AVCodecID codec_id,
|
||||
AVDictionary *filter_codec_opts(const AVDictionary *opts, enum AVCodecID codec_id,
|
||||
AVFormatContext *s, AVStream *st, const AVCodec *codec)
|
||||
{
|
||||
AVDictionary *ret = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue