OSDN Git Service

Merge commit 'ac0e54fda9305cc7d149007f5b512bb8619f7c78'
[android-x86/external-ffmpeg.git] / libavformat / rtpdec_mpeg4.c
index 27184d9..531d076 100644 (file)
@@ -98,7 +98,7 @@ static void free_context(PayloadContext *data)
     av_freep(&data);
 }
 
-static int parse_fmtp_config(AVCodecContext *codec, char *value)
+static int parse_fmtp_config(AVCodecContext *codec, const char *value)
 {
     /* decode the hexa encoded parameter */
     int len = ff_hex_to_data(NULL, value);