diff options
Diffstat (limited to 'libavcodec/ttaenc.c')
-rw-r--r-- | libavcodec/ttaenc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/ttaenc.c b/libavcodec/ttaenc.c index bb4734e013..3255347b62 100644 --- a/libavcodec/ttaenc.c +++ b/libavcodec/ttaenc.c @@ -200,7 +200,7 @@ static av_cold int tta_encode_close(AVCodecContext *avctx) return 0; } -AVCodec ff_tta_encoder = { +const AVCodec ff_tta_encoder = { .name = "tta", .long_name = NULL_IF_CONFIG_SMALL("TTA (True Audio)"), .type = AVMEDIA_TYPE_AUDIO, |