changeset 4464:6b79937e78ae libavformat

cosmetics: format long_name spelling fixes
author diego
date Thu, 12 Feb 2009 17:24:17 +0000
parents 0cd7acf426f3
children 042e9a2fdda2
files mpjpeg.c rl2.c
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mpjpeg.c	Thu Feb 12 09:15:36 2009 +0000
+++ b/mpjpeg.c	Thu Feb 12 17:24:17 2009 +0000
@@ -55,7 +55,7 @@
 
 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,
--- a/rl2.c	Thu Feb 12 09:15:36 2009 +0000
+++ b/rl2.c	Thu Feb 12 17:24:17 2009 +0000
@@ -289,7 +289,7 @@
 
 AVInputFormat rl2_demuxer = {
     "rl2",
-    NULL_IF_CONFIG_SMALL("rl2 format"),
+    NULL_IF_CONFIG_SMALL("RL2 format"),
     sizeof(Rl2DemuxContext),
     rl2_probe,
     rl2_read_header,