diff nsvdec.c @ 4465:042e9a2fdda2 libavformat

Use more descriptive format long_names.
author diego
date Thu, 12 Feb 2009 17:26:06 +0000
parents 77e0c7511d41
children ae2fe097a3e0
line wrap: on
line diff
--- a/nsvdec.c	Thu Feb 12 17:24:17 2009 +0000
+++ b/nsvdec.c	Thu Feb 12 17:26:06 2009 +0000
@@ -753,7 +753,7 @@
 
 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,