[FFmpeg-cvslog] r17183 - in trunk/libavformat: mpjpeg.c rl2.c
diego
subversion
Thu Feb 12 18:24:18 CET 2009
Author: diego
Date: Thu Feb 12 18:24:17 2009
New Revision: 17183
Log:
cosmetics: format long_name spelling fixes
Modified:
trunk/libavformat/mpjpeg.c
trunk/libavformat/rl2.c
Modified: trunk/libavformat/mpjpeg.c
==============================================================================
--- trunk/libavformat/mpjpeg.c Thu Feb 12 14:49:59 2009 (r17182)
+++ trunk/libavformat/mpjpeg.c Thu Feb 12 18:24:17 2009 (r17183)
@@ -55,7 +55,7 @@ static int mpjpeg_write_trailer(AVFormat
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,
Modified: trunk/libavformat/rl2.c
==============================================================================
--- trunk/libavformat/rl2.c Thu Feb 12 14:49:59 2009 (r17182)
+++ trunk/libavformat/rl2.c Thu Feb 12 18:24:17 2009 (r17183)
@@ -289,7 +289,7 @@ static int rl2_read_seek(AVFormatContext
AVInputFormat rl2_demuxer = {
"rl2",
- NULL_IF_CONFIG_SMALL("rl2 format"),
+ NULL_IF_CONFIG_SMALL("RL2 format"),
sizeof(Rl2DemuxContext),
rl2_probe,
rl2_read_header,
More information about the ffmpeg-cvslog
mailing list