WMAL cosmetics: fix indentation
authorMashiat Sarker Shakkhar <mashiat.sarker@gmail.com>
Wed, 2 May 2012 15:43:36 +0000 (08:43 -0700)
committerKostya Shishkov <kostya.shishkov@gmail.com>
Wed, 2 May 2012 16:45:29 +0000 (18:45 +0200)
Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
libavcodec/wmalosslessdec.c

index 913271e..e2e2997 100644 (file)
@@ -1212,7 +1212,7 @@ static int decode_packet(AVCodecContext *avctx, void *data, int *got_frame_ptr,
 
             /* decode the cross packet frame if it is valid */
             if (num_bits_prev_frame < remaining_packet_bits && !s->packet_loss)
-                    decode_frame(s);
+                decode_frame(s);
         } else if (s->num_saved_bits - s->frame_offset) {
             av_dlog(avctx, "ignoring %x previously saved bits\n",
                     s->num_saved_bits - s->frame_offset);