Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-12 20:26:06 +0300
committerDiego Biurrun <diego@biurrun.de>2009-02-12 20:26:06 +0300
commit517ac2434b3e98ff065d9385b661896a7923f432 (patch)
tree7e28903b7c0bdd27cc62eb2fee1ebf01f949de25 /libavformat/mmf.c
parent69acc88b2f53b86a1fbd416ae26035d95b8e0dff (diff)
Use more descriptive format long_names.
Originally committed as revision 17184 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mmf.c')
-rw-r--r--libavformat/mmf.c4
1 files changed, 2 insertions, 2 deletions
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),