summaryrefslogtreecommitdiff
path: root/libavformat/psxstr.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/psxstr.c')
-rw-r--r--libavformat/psxstr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/psxstr.c b/libavformat/psxstr.c
index 347c26e401..4b3d0f3ae0 100644
--- a/libavformat/psxstr.c
+++ b/libavformat/psxstr.c
@@ -258,7 +258,7 @@ static int str_read_close(AVFormatContext *s)
return 0;
}
-AVInputFormat str_demuxer = {
+AVInputFormat ff_str_demuxer = {
"psxstr",
NULL_IF_CONFIG_SMALL("Sony Playstation STR format"),
sizeof(StrDemuxContext),