diff options
author | Steve L'Homme <slhomme@divxcorp.com> | 2006-11-01 21:09:14 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2006-11-01 21:09:14 +0000 |
commit | e344c1ea36f228e2987e25327638771c4cedcd33 (patch) | |
tree | a455108c2e273a4791ef8cbd9b334160330121fe /libavformat/rm.c | |
parent | 484267f3d3d1d47c9a0541316b33beca5a36b2d1 (diff) | |
download | ffmpeg-e344c1ea36f228e2987e25327638771c4cedcd33.tar.gz |
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
Originally committed as revision 6864 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/rm.c')
-rw-r--r-- | libavformat/rm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libavformat/rm.c b/libavformat/rm.c index 1676023671..6ae996102a 100644 --- a/libavformat/rm.c +++ b/libavformat/rm.c @@ -547,8 +547,8 @@ static int rm_read_audio_stream_info(AVFormatContext *s, AVStream *st, buf[3] = get_byte(pb); buf[4] = 0; } else { - get_str8(pb, buf, sizeof(buf)); /* desc */ - get_str8(pb, buf, sizeof(buf)); /* desc */ + get_str8(pb, buf, sizeof(buf)); /* desc */ + get_str8(pb, buf, sizeof(buf)); /* desc */ } st->codec->codec_type = CODEC_TYPE_AUDIO; if (!strcmp(buf, "dnet")) { |