diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-12 17:24:17 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-12 17:24:17 +0000 |
commit | 69acc88b2f53b86a1fbd416ae26035d95b8e0dff (patch) | |
tree | 4e31b74828c71c8936989dbd695a5145840caf7d /libavformat/mpjpeg.c | |
parent | 5f401ee03c78f82850de3ffb457a01427fa3cb55 (diff) | |
download | ffmpeg-69acc88b2f53b86a1fbd416ae26035d95b8e0dff.tar.gz |
cosmetics: format long_name spelling fixes
Originally committed as revision 17183 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/mpjpeg.c')
-rw-r--r-- | libavformat/mpjpeg.c | 2 |
1 files changed, 1 insertions, 1 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, |