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/c93.c')
-rw-r--r--libavcodec/c93.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/c93.c b/libavcodec/c93.c
index d713ff8e26..ed6e91d831 100644
--- a/libavcodec/c93.c
+++ b/libavcodec/c93.c
@@ -242,7 +242,7 @@ static int decode_frame(AVCodecContext *avctx, void *data,
return buf_size;
}
-AVCodec c93_decoder = {
+AVCodec ff_c93_decoder = {
"c93",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_C93,