Commit af274fd1 authored by Stefano Sabatini's avatar Stefano Sabatini

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
parent 0143ec2a
...@@ -477,7 +477,7 @@ static int ffm_probe(AVProbeData *p) ...@@ -477,7 +477,7 @@ static int ffm_probe(AVProbeData *p)
AVInputFormat ffm_demuxer = { AVInputFormat ffm_demuxer = {
"ffm", "ffm",
NULL_IF_CONFIG_SMALL("ffm format"), NULL_IF_CONFIG_SMALL("FFM (FFserver live feed) format"),
sizeof(FFMContext), sizeof(FFMContext),
ffm_probe, ffm_probe,
ffm_read_header, ffm_read_header,
......
...@@ -237,7 +237,7 @@ static int ffm_write_trailer(AVFormatContext *s) ...@@ -237,7 +237,7 @@ static int ffm_write_trailer(AVFormatContext *s)
AVOutputFormat ffm_muxer = { AVOutputFormat ffm_muxer = {
"ffm", "ffm",
NULL_IF_CONFIG_SMALL("ffm format"), NULL_IF_CONFIG_SMALL("FFM (FFserver live feed) format"),
"", "",
"ffm", "ffm",
sizeof(FFMContext), sizeof(FFMContext),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment