diff dtsdec.c @ 2979:bfabfdf9ce55 libavcodec

COSMETICS: tabs --> spaces, some prettyprinting
author diego
date Thu, 22 Dec 2005 01:10:11 +0000
parents ef2149182f1c
children 8072ed8993f6
line wrap: on
line diff
--- a/dtsdec.c	Wed Dec 21 17:50:40 2005 +0000
+++ b/dtsdec.c	Thu Dec 22 01:10:11 2005 +0000
@@ -194,7 +194,7 @@
 {
   if (flags & DTS_LFE)
     return 6;
-  else if (flags & 1)	/* center channel */
+  else if (flags & 1)   /* center channel */
     return 5;
   else if ((flags & DTS_CHANNEL_MASK) == DTS_2F2R)
     return 4;