changeset 4465:042e9a2fdda2 libavformat

Use more descriptive format long_names.
author diego
date Thu, 12 Feb 2009 17:26:06 +0000
parents 6b79937e78ae
children ad9324c36a3f
files idcin.c mmf.c nsvdec.c rmdec.c rmenc.c txd.c
diffstat 6 files changed, 7 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/idcin.c	Thu Feb 12 17:24:17 2009 +0000
+++ b/idcin.c	Thu Feb 12 17:26:06 2009 +0000
@@ -283,7 +283,7 @@
 
 AVInputFormat idcin_demuxer = {
     "idcin",
-    NULL_IF_CONFIG_SMALL("id CIN format"),
+    NULL_IF_CONFIG_SMALL("id Cinematic format"),
     sizeof(IdcinDemuxContext),
     idcin_probe,
     idcin_read_header,
--- a/mmf.c	Thu Feb 12 17:24:17 2009 +0000
+++ b/mmf.c	Thu Feb 12 17:26:06 2009 +0000
@@ -293,7 +293,7 @@
 #if CONFIG_MMF_DEMUXER
 AVInputFormat mmf_demuxer = {
     "mmf",
-    NULL_IF_CONFIG_SMALL("mmf format"),
+    NULL_IF_CONFIG_SMALL("Yamaha SMAF"),
     sizeof(MMFContext),
     mmf_probe,
     mmf_read_header,
@@ -305,7 +305,7 @@
 #if CONFIG_MMF_MUXER
 AVOutputFormat mmf_muxer = {
     "mmf",
-    NULL_IF_CONFIG_SMALL("mmf format"),
+    NULL_IF_CONFIG_SMALL("Yamaha SMAF"),
     "application/vnd.smaf",
     "mmf",
     sizeof(MMFContext),
--- 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,
--- a/rmdec.c	Thu Feb 12 17:24:17 2009 +0000
+++ b/rmdec.c	Thu Feb 12 17:26:06 2009 +0000
@@ -828,7 +828,7 @@
 
 AVInputFormat rm_demuxer = {
     "rm",
-    NULL_IF_CONFIG_SMALL("RM format"),
+    NULL_IF_CONFIG_SMALL("RealMedia format"),
     sizeof(RMDemuxContext),
     rm_probe,
     rm_read_header,
--- a/rmenc.c	Thu Feb 12 17:24:17 2009 +0000
+++ b/rmenc.c	Thu Feb 12 17:26:06 2009 +0000
@@ -451,7 +451,7 @@
 
 AVOutputFormat rm_muxer = {
     "rm",
-    NULL_IF_CONFIG_SMALL("RM format"),
+    NULL_IF_CONFIG_SMALL("RealMedia format"),
     "application/vnd.rn-realmedia",
     "rm,ra",
     sizeof(RMMuxContext),
--- a/txd.c	Thu Feb 12 17:24:17 2009 +0000
+++ b/txd.c	Thu Feb 12 17:26:06 2009 +0000
@@ -91,7 +91,7 @@
 AVInputFormat txd_demuxer =
 {
     "txd",
-    NULL_IF_CONFIG_SMALL("txd format"),
+    NULL_IF_CONFIG_SMALL("Renderware TeXture Dictionary"),
     0,
     txd_probe,
     txd_read_header,