]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_ilbc.c
avformat/flvenc: check that the codec_tag fits in the available bits
[ffmpeg] / libavformat / rtpdec_ilbc.c
index aa1579fa630962bdf487810390b0aa48decc69e3..82109e13441afaaec3dde7c1d3a6b339c4dcec59 100644 (file)
@@ -25,7 +25,7 @@
 
 static int ilbc_parse_fmtp(AVFormatContext *s,
                            AVStream *stream, PayloadContext *data,
-                           char *attr, char *value)
+                           const char *attr, const char *value)
 {
     if (!strcmp(attr, "mode")) {
         int mode = atoi(value);