Commit bb8c6ac8 authored by Martin Storsjö's avatar Martin Storsjö

rtpdec_h264: Make a parameter pointer const

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
parent 7650caf0
......@@ -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];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment