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 'libavformat/anm.c')
-rw-r--r--libavformat/anm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/anm.c b/libavformat/anm.c
index 82430e5eb6..dbe1b68846 100644
--- a/libavformat/anm.c
+++ b/libavformat/anm.c
@@ -225,7 +225,7 @@ repeat:
return 0;
}
-AVInputFormat anm_demuxer = {
+AVInputFormat ff_anm_demuxer = {
"anm",
NULL_IF_CONFIG_SMALL("Deluxe Paint Animation"),
sizeof(AnmDemuxContext),