From 69acc88b2f53b86a1fbd416ae26035d95b8e0dff Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Thu, 12 Feb 2009 17:24:17 +0000 Subject: cosmetics: format long_name spelling fixes Originally committed as revision 17183 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/rl2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavformat/rl2.c') 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, -- cgit v1.2.3