summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-12 17:26:06 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-12 17:26:06 +0000
commit517ac2434b3e98ff065d9385b661896a7923f432 (patch)
tree7e28903b7c0bdd27cc62eb2fee1ebf01f949de25 /libavformat
parent69acc88b2f53b86a1fbd416ae26035d95b8e0dff (diff)
Use more descriptive format long_names.
Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/idcin.c2
-rw-r--r--libavformat/mmf.c4
-rw-r--r--libavformat/nsvdec.c2
-rw-r--r--libavformat/rmdec.c2
-rw-r--r--libavformat/rmenc.c2
-rw-r--r--libavformat/txd.c2
6 files changed, 7 insertions, 7 deletions
diff --git a/libavformat/idcin.c b/libavformat/idcin.c
index 7cd0b819d6..0a5f825df6 100644
--- a/libavformat/idcin.c
+++ b/libavformat/idcin.c
@@ -283,7 +283,7 @@ static int idcin_read_packet(AVFormatContext *s,
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,
diff --git a/libavformat/mmf.c b/libavformat/mmf.c
index 7c2f4bf223..ab2a9962ce 100644
--- a/libavformat/mmf.c
+++ b/libavformat/mmf.c
@@ -293,7 +293,7 @@ static int mmf_read_packet(AVFormatContext *s,
#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 @@ AVInputFormat mmf_demuxer = {
#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),
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,
diff --git a/libavformat/rmdec.c b/libavformat/rmdec.c
index 9de97ccecb..c800027505 100644
--- a/libavformat/rmdec.c
+++ b/libavformat/rmdec.c
@@ -828,7 +828,7 @@ static int64_t rm_read_dts(AVFormatContext *s, int stream_index,
AVInputFormat rm_demuxer = {
"rm",
- NULL_IF_CONFIG_SMALL("RM format"),
+ NULL_IF_CONFIG_SMALL("RealMedia format"),
sizeof(RMDemuxContext),
rm_probe,
rm_read_header,
diff --git a/libavformat/rmenc.c b/libavformat/rmenc.c
index bac4c23a08..b04b0e3f46 100644
--- a/libavformat/rmenc.c
+++ b/libavformat/rmenc.c
@@ -451,7 +451,7 @@ static int rm_write_trailer(AVFormatContext *s)
AVOutputFormat rm_muxer = {
"rm",
- NULL_IF_CONFIG_SMALL("RM format"),
+ NULL_IF_CONFIG_SMALL("RealMedia format"),
"application/vnd.rn-realmedia",
"rm,ra",
sizeof(RMMuxContext),
diff --git a/libavformat/txd.c b/libavformat/txd.c
index 3403938663..bf62ac67df 100644
--- a/libavformat/txd.c
+++ b/libavformat/txd.c
@@ -91,7 +91,7 @@ next_chunk:
AVInputFormat txd_demuxer =
{
"txd",
- NULL_IF_CONFIG_SMALL("txd format"),
+ NULL_IF_CONFIG_SMALL("Renderware TeXture Dictionary"),
0,
txd_probe,
txd_read_header,