Author: bwolowiec
Date: Mon Aug 17 10:53:52 2009
New Revision: 5155

Log:
cosmetics: Reformat.

Modified:
   spdif/spdif.c

Modified: spdif/spdif.c
==============================================================================
--- spdif/spdif.c       Mon Aug 17 10:51:09 2009        (r5154)
+++ spdif/spdif.c       Mon Aug 17 10:53:52 2009        (r5155)
@@ -117,15 +117,9 @@ static int spdif_header_dts(AVFormatCont
     }
     blocks++;
     switch (blocks) {
-    case 512 >> 5:
-        ctx->data_type = IEC958_DTS1;
-        break;
-    case 1024 >> 5:
-        ctx->data_type = IEC958_DTS2;
-        break;
-    case 2048 >> 5:
-        ctx->data_type = IEC958_DTS3;
-        break;
+    case  512 >> 5: ctx->data_type = IEC958_DTS1; break;
+    case 1024 >> 5: ctx->data_type = IEC958_DTS2; break;
+    case 2048 >> 5: ctx->data_type = IEC958_DTS3; break;
     default:
         av_log(s, AV_LOG_ERROR, "%i samples in DTS frame not supported\n",
                blocks << 5);
_______________________________________________
FFmpeg-soc mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc

Reply via email to