Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/aura.c')
-rw-r--r--libavcodec/aura.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aura.c b/libavcodec/aura.c
index 8942cdd576..9041c7cb68 100644
--- a/libavcodec/aura.c
+++ b/libavcodec/aura.c
@@ -122,7 +122,7 @@ static av_cold int aura_decode_end(AVCodecContext *avctx)
return 0;
}
-AVCodec aura2_decoder = {
+AVCodec ff_aura2_decoder = {
"aura2",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_AURA2,