diff mov.c @ 4123:e536841c1aeb libavformat

cosmetics, remove useless parenthesis and whitespaces
author bcoudurier
date Thu, 18 Dec 2008 09:18:43 +0000
parents 30262468fff4
children bc40129f13cc
line wrap: on
line diff
--- a/mov.c	Thu Dec 18 09:17:19 2008 +0000
+++ b/mov.c	Thu Dec 18 09:18:43 2008 +0000
@@ -1034,8 +1034,8 @@
         break;
     case CODEC_ID_ALAC:
         if (st->codec->extradata_size == 36) {
-            st->codec->frame_size = AV_RB32((st->codec->extradata+12));
-            st->codec->channels   = AV_RB8  (st->codec->extradata+21);
+            st->codec->frame_size = AV_RB32(st->codec->extradata+12);
+            st->codec->channels   = AV_RB8 (st->codec->extradata+21);
         }
         break;
     default: