From 517ac2434b3e98ff065d9385b661896a7923f432 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 12 Feb 2009 17:26:06 +0000 Subject: Use more descriptive format long_names. Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/idcin.c | 2 +- libavformat/mmf.c | 4 ++-- libavformat/nsvdec.c | 2 +- libavformat/rmdec.c | 2 +- libavformat/rmenc.c | 2 +- libavformat/txd.c | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) (limited to 'libavformat') 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, -- cgit v1.2.3