mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-30 14:40:32 +00:00
rtpdec_h264: Make a parameter pointer const
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
7650caf013
commit
bb8c6ac840
@ -94,7 +94,7 @@ static void parse_profile_level_id(AVFormatContext *s,
|
||||
|
||||
static int parse_sprop_parameter_sets(AVFormatContext *s,
|
||||
AVCodecContext *codec,
|
||||
char *value)
|
||||
const char *value)
|
||||
{
|
||||
char base64packet[1024];
|
||||
uint8_t decoded_packet[1024];
|
||||
|
Loading…
Reference in New Issue
Block a user