]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/rtpdec.c
avformat/hls: refactor repeated HLS option updates
[ffmpeg] / libavformat / rtpdec.c
index 8cd2f26a7c53f521c8fcb09ff1a41154d57e51be..2227e23dce963868be32ddc9bab7bbd6b71ae5be 100644 (file)
@@ -59,7 +59,7 @@ static RTPDynamicProtocolHandler opus_dynamic_handler = {
 static RTPDynamicProtocolHandler t140_dynamic_handler = { /* RFC 4103 */
     .enc_name   = "t140",
     .codec_type = AVMEDIA_TYPE_SUBTITLE,
-    .codec_id   = AV_CODEC_ID_SUBRIP,
+    .codec_id   = AV_CODEC_ID_TEXT,
 };
 
 static RTPDynamicProtocolHandler *rtp_first_dynamic_payload_handler = NULL;