diff options
Diffstat (limited to 'libavcodec/shorten.c')
-rw-r--r-- | libavcodec/shorten.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/shorten.c b/libavcodec/shorten.c index f61c2631e6..cff4cc886f 100644 --- a/libavcodec/shorten.c +++ b/libavcodec/shorten.c @@ -541,7 +541,7 @@ static void shorten_flush(AVCodecContext *avctx){ s->bitstream_index= 0; } -AVCodec shorten_decoder = { +AVCodec ff_shorten_decoder = { "shorten", AVMEDIA_TYPE_AUDIO, CODEC_ID_SHORTEN, |