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/pictordec.c')
-rw-r--r--libavcodec/pictordec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/pictordec.c b/libavcodec/pictordec.c
index 04667f61f2..59885ae383 100644
--- a/libavcodec/pictordec.c
+++ b/libavcodec/pictordec.c
@@ -237,7 +237,7 @@ static av_cold int decode_end(AVCodecContext *avctx)
return 0;
}
-AVCodec pictor_decoder = {
+AVCodec ff_pictor_decoder = {
"pictor",
AVMEDIA_TYPE_VIDEO,
CODEC_ID_PICTOR,