summaryrefslogtreecommitdiff
path: root/libavcodec/assenc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/assenc.c')
-rw-r--r--libavcodec/assenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/assenc.c b/libavcodec/assenc.c
index 1e442c88c9..28ca6ddb1b 100644
--- a/libavcodec/assenc.c
+++ b/libavcodec/assenc.c
@@ -61,7 +61,7 @@ AVCodec ff_ass_encoder = {
.name = "ass",
.long_name = NULL_IF_CONFIG_SMALL("SSA (SubStation Alpha) subtitle"),
.type = AVMEDIA_TYPE_SUBTITLE,
- .id = CODEC_ID_SSA,
+ .id = AV_CODEC_ID_SSA,
.init = ass_encode_init,
.encode = ass_encode_frame,
};