mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-24 13:56:33 +02:00
lavf/rtpdec_mpeg4: Constify a function parameter.
Silences an "assignment discards ‘const’ qualifier" warning.
This commit is contained in:
parent
7ff445874b
commit
ed491db3e5
@ -97,7 +97,7 @@ static void close_context(PayloadContext *data)
|
||||
av_freep(&data->mode);
|
||||
}
|
||||
|
||||
static int parse_fmtp_config(AVCodecParameters *par, char *value)
|
||||
static int parse_fmtp_config(AVCodecParameters *par, const char *value)
|
||||
{
|
||||
/* decode the hexa encoded parameter */
|
||||
int len = ff_hex_to_data(NULL, value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user