summaryrefslogtreecommitdiff
path: root/libavformat/nsvdec.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavformat/nsvdec.c')
-rw-r--r--libavformat/nsvdec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/nsvdec.c b/libavformat/nsvdec.c
index 5a11724010..4f09e6a7f3 100644
--- a/libavformat/nsvdec.c
+++ b/libavformat/nsvdec.c
@@ -753,7 +753,7 @@ static int nsv_probe(AVProbeData *p)
AVInputFormat nsv_demuxer = {
"nsv",
- NULL_IF_CONFIG_SMALL("NullSoft Video format"),
+ NULL_IF_CONFIG_SMALL("Nullsoft Streaming Video"),
sizeof(NSVContext),
nsv_probe,
nsv_read_header,