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/avs.c')
-rw-r--r--libavformat/avs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/avs.c b/libavformat/avs.c
index caf3a892bb..2e1b22439c 100644
--- a/libavformat/avs.c
+++ b/libavformat/avs.c
@@ -215,7 +215,7 @@ static int avs_read_close(AVFormatContext * s)
return 0;
}
-AVInputFormat avs_demuxer = {
+AVInputFormat ff_avs_demuxer = {
"avs",
NULL_IF_CONFIG_SMALL("AVS format"),
sizeof(AvsFormat),