avformat: Mark AVOutputFormat argument in avformat_query_codec as const
This commit is contained in:
@@ -3049,7 +3049,7 @@ int64_t ff_iso8601_to_unix_time(const char *datestr)
|
||||
#endif
|
||||
}
|
||||
|
||||
int avformat_query_codec(AVOutputFormat *ofmt, enum AVCodecID codec_id,
|
||||
int avformat_query_codec(const AVOutputFormat *ofmt, enum AVCodecID codec_id,
|
||||
int std_compliance)
|
||||
{
|
||||
if (ofmt) {
|
||||
|
Reference in New Issue
Block a user