diff options
Diffstat (limited to 'libavcodec/tta.c')
-rw-r--r-- | libavcodec/tta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/tta.c b/libavcodec/tta.c index dad9933b0e..936dff2333 100644 --- a/libavcodec/tta.c +++ b/libavcodec/tta.c @@ -456,7 +456,7 @@ static av_cold int tta_decode_close(AVCodecContext *avctx) { return 0; } -AVCodec tta_decoder = { +AVCodec ff_tta_decoder = { "tta", AVMEDIA_TYPE_AUDIO, CODEC_ID_TTA, |