summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libavformat/ffmdec.c2
-rw-r--r--libavformat/ffmenc.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/ffmdec.c b/libavformat/ffmdec.c
index f428228e0e..d70c54594c 100644
--- a/libavformat/ffmdec.c
+++ b/libavformat/ffmdec.c
@@ -477,7 +477,7 @@ static int ffm_probe(AVProbeData *p)
AVInputFormat ffm_demuxer = {
"ffm",
- NULL_IF_CONFIG_SMALL("ffm format"),
+ NULL_IF_CONFIG_SMALL("FFM (FFserver live feed) format"),
sizeof(FFMContext),
ffm_probe,
ffm_read_header,
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),