diff options
author | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-07-27 20:59:40 +0000 |
---|---|---|
committer | Stefano Sabatini <stefano.sabatini-lala@poste.it> | 2008-07-27 20:59:40 +0000 |
commit | af274fd1e13255332202ade68888bd42733e1546 (patch) | |
tree | 51d89dfdcecce143784a058f9010c2f8eb72caa4 /libavformat/ffmenc.c | |
parent | 0143ec2a7efe9828f8f122e444727e7a938afe49 (diff) | |
download | ffmpeg-af274fd1e13255332202ade68888bd42733e1546.tar.gz |
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.c | 2 |
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), |