diff rm.c @ 887:d70e50f1495f libavformat

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents 7ed1351f8c7e
children 78b99ab16ea2
line wrap: on
line diff
--- a/rm.c	Mon Dec 19 20:49:00 2005 +0000
+++ b/rm.c	Thu Dec 22 01:10:11 2005 +0000
@@ -538,15 +538,15 @@
         st->codec->channels = get_be16(pb);
         if (((version >> 16) & 0xff) == 5) {
             get_be32(pb);
-	    buf[0] = get_byte(pb);
-	    buf[1] = get_byte(pb);
-	    buf[2] = get_byte(pb);
-	    buf[3] = get_byte(pb);
-	    buf[4] = 0;
-	} else {
+            buf[0] = get_byte(pb);
+            buf[1] = get_byte(pb);
+            buf[2] = get_byte(pb);
+            buf[3] = get_byte(pb);
+            buf[4] = 0;
+        } else {
         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")) {
             st->codec->codec_id = CODEC_ID_AC3;