summaryrefslogtreecommitdiff
path: root/libavformat/rtpdec_theora.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/rtpdec_theora.c')
-rw-r--r--libavformat/rtpdec_theora.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/rtpdec_theora.c b/libavformat/rtpdec_theora.c
index b87a6f7994..56a59e4e16 100644
--- a/libavformat/rtpdec_theora.c
+++ b/libavformat/rtpdec_theora.c
@@ -378,7 +378,7 @@ static int theora_parse_sdp_line(AVFormatContext *s, int st_index,
RTPDynamicProtocolHandler ff_theora_dynamic_handler = {
.enc_name = "theora",
- .codec_type = CODEC_TYPE_VIDEO,
+ .codec_type = AVMEDIA_TYPE_VIDEO,
.codec_id = CODEC_ID_THEORA,
.parse_sdp_a_line = theora_parse_sdp_line,
.open = theora_new_context,