summaryrefslogtreecommitdiff
path: root/libavformat/yop.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/yop.c')
-rw-r--r--libavformat/yop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/yop.c b/libavformat/yop.c
index 54d38454a1..ae909254c6 100644
--- a/libavformat/yop.c
+++ b/libavformat/yop.c
@@ -202,7 +202,7 @@ static int yop_read_seek(AVFormatContext *s, int stream_index,
return 0;
}
-AVInputFormat yop_demuxer = {
+AVInputFormat ff_yop_demuxer = {
"yop",
NULL_IF_CONFIG_SMALL("Psygnosis YOP Format"),
sizeof(YopDecContext),