summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2009-02-12 17:24:17 +0000
committerDiego Biurrun <diego@biurrun.de>2009-02-12 17:24:17 +0000
commit69acc88b2f53b86a1fbd416ae26035d95b8e0dff (patch)
tree4e31b74828c71c8936989dbd695a5145840caf7d /libavformat
parent5f401ee03c78f82850de3ffb457a01427fa3cb55 (diff)
cosmetics: format long_name spelling fixes
Originally committed as revision 17183 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/mpjpeg.c2
-rw-r--r--libavformat/rl2.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/mpjpeg.c b/libavformat/mpjpeg.c
index b09bac23b3..89738773c1 100644
--- a/libavformat/mpjpeg.c
+++ b/libavformat/mpjpeg.c
@@ -55,7 +55,7 @@ static int mpjpeg_write_trailer(AVFormatContext *s)
AVOutputFormat mpjpeg_muxer = {
"mpjpeg",
- NULL_IF_CONFIG_SMALL("Mime multipart JPEG format"),
+ NULL_IF_CONFIG_SMALL("MIME multipart JPEG format"),
"multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
"mjpg",
0,
diff --git a/libavformat/rl2.c b/libavformat/rl2.c
index 8f60c2097e..1b193b002a 100644
--- a/libavformat/rl2.c
+++ b/libavformat/rl2.c
@@ -289,7 +289,7 @@ static int rl2_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
AVInputFormat rl2_demuxer = {
"rl2",
- NULL_IF_CONFIG_SMALL("rl2 format"),
+ NULL_IF_CONFIG_SMALL("RL2 format"),
sizeof(Rl2DemuxContext),
rl2_probe,
rl2_read_header,