Browse code

cosmetics: format long_name spelling fixes

Originally committed as revision 17183 to svn://svn.ffmpeg.org/ffmpeg/trunk

Diego Biurrun authored on 2009/02/13 02:24:17
Showing 2 changed files
... ...
@@ -55,7 +55,7 @@ static int mpjpeg_write_trailer(AVFormatContext *s)
55 55
 
56 56
 AVOutputFormat mpjpeg_muxer = {
57 57
     "mpjpeg",
58
-    NULL_IF_CONFIG_SMALL("Mime multipart JPEG format"),
58
+    NULL_IF_CONFIG_SMALL("MIME multipart JPEG format"),
59 59
     "multipart/x-mixed-replace;boundary=" BOUNDARY_TAG,
60 60
     "mjpg",
61 61
     0,
... ...
@@ -289,7 +289,7 @@ static int rl2_read_seek(AVFormatContext *s, int stream_index, int64_t timestamp
289 289
 
290 290
 AVInputFormat rl2_demuxer = {
291 291
     "rl2",
292
-    NULL_IF_CONFIG_SMALL("rl2 format"),
292
+    NULL_IF_CONFIG_SMALL("RL2 format"),
293 293
     sizeof(Rl2DemuxContext),
294 294
     rl2_probe,
295 295
     rl2_read_header,