]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_ilbc.c
avformat/mov: print the projection type when reporting it as unsupported
[ffmpeg] / libavformat / rtpdec_ilbc.c
index cb48f7661da1811698480c55cfd7dffea1663d38..9094f2c786fffbfff4a85319527b0b353aea50cd 100644 (file)
@@ -66,7 +66,7 @@ static int ilbc_parse_sdp_line(AVFormatContext *s, int st_index,
     return 0;
 }
 
-RTPDynamicProtocolHandler ff_ilbc_dynamic_handler = {
+const RTPDynamicProtocolHandler ff_ilbc_dynamic_handler = {
     .enc_name         = "iLBC",
     .codec_type       = AVMEDIA_TYPE_AUDIO,
     .codec_id         = AV_CODEC_ID_ILBC,