]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec_qcelp.c
avrndec: add DR1 capability flag
[ffmpeg] / libavformat / rtpdec_qcelp.c
index d6ef4fce02cb89e8a577fb364d52053b08833c6f..7e1d0b797203550b8ad34131809211f739eceba7 100644 (file)
@@ -221,7 +221,7 @@ static int qcelp_parse_packet(AVFormatContext *ctx, PayloadContext *data,
 RTPDynamicProtocolHandler ff_qcelp_dynamic_handler = {
     .enc_name           = "x-Purevoice",
     .codec_type         = AVMEDIA_TYPE_AUDIO,
-    .codec_id           = CODEC_ID_QCELP,
+    .codec_id           = AV_CODEC_ID_QCELP,
     .static_payload_id  = 12,
     .alloc              = qcelp_new_context,
     .free               = qcelp_free_context,