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:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2008-07-28 00:59:40 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2008-07-28 00:59:40 +0400
commitaf274fd1e13255332202ade68888bd42733e1546 (patch)
tree51d89dfdcecce143784a058f9010c2f8eb72caa4 /libavformat/ffmenc.c
parent0143ec2a7efe9828f8f122e444727e7a938afe49 (diff)
Improve long names for FFM muxer and demuxer:
change "ffm format" to "FFM (FFserver live feed) format". Originally committed as revision 14438 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/ffmenc.c')
-rw-r--r--libavformat/ffmenc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/ffmenc.c b/libavformat/ffmenc.c
index 1e78306b7d..d6cc8da5ce 100644
--- a/libavformat/ffmenc.c
+++ b/libavformat/ffmenc.c
@@ -237,7 +237,7 @@ static int ffm_write_trailer(AVFormatContext *s)
AVOutputFormat ffm_muxer = {
"ffm",
- NULL_IF_CONFIG_SMALL("ffm format"),
+ NULL_IF_CONFIG_SMALL("FFM (FFserver live feed) format"),
"",
"ffm",
sizeof(FFMContext),