diff options
Diffstat (limited to 'libavcodec/assenc.c')
-rw-r--r-- | libavcodec/assenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/assenc.c b/libavcodec/assenc.c index c6f017ce5d..103f2ff276 100644 --- a/libavcodec/assenc.c +++ b/libavcodec/assenc.c @@ -57,7 +57,7 @@ static int ass_encode_frame(AVCodecContext *avctx, return total_len; } -AVCodec ass_encoder = { +AVCodec ff_ass_encoder = { .name = "ass", .long_name = NULL_IF_CONFIG_SMALL("Advanced SubStation Alpha subtitle"), .type = AVMEDIA_TYPE_SUBTITLE, |