summaryrefslogtreecommitdiff
path: root/libavcodec/realtextdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/realtextdec.c')
-rw-r--r--libavcodec/realtextdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/realtextdec.c b/libavcodec/realtextdec.c
index 01f8b28613..102e0d924f 100644
--- a/libavcodec/realtextdec.c
+++ b/libavcodec/realtextdec.c
@@ -77,7 +77,7 @@ AVCodec ff_realtext_decoder = {
.name = "realtext",
.long_name = NULL_IF_CONFIG_SMALL("RealText subtitle"),
.type = AVMEDIA_TYPE_SUBTITLE,
- .id = CODEC_ID_REALTEXT,
+ .id = AV_CODEC_ID_REALTEXT,
.decode = realtext_decode_frame,
.init = ff_ass_subtitle_header_default,
};