Module: libav
Branch: master
Commit: dac79c273748f430b962ef83e46548a4fc0ce5c9

Author:    Mashiat Sarker Shakkhar <[email protected]>
Committer: Diego Biurrun <[email protected]>
Date:      Fri Apr 13 14:00:22 2012 -0700

wmal: vertical alignment cosmetics

Signed-off-by: Diego Biurrun <[email protected]>

---

 libavcodec/wmalosslessdec.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavcodec/wmalosslessdec.c b/libavcodec/wmalosslessdec.c
index 1139392..1520a06 100644
--- a/libavcodec/wmalosslessdec.c
+++ b/libavcodec/wmalosslessdec.c
@@ -1179,9 +1179,9 @@ static int decode_packet(AVCodecContext *avctx, void 
*data, int *got_frame_ptr,
 
         /* parse packet header */
         init_get_bits(gb, buf, s->buf_bit_size);
-        packet_sequence_number   = get_bits(gb, 4);
+        packet_sequence_number = get_bits(gb, 4);
         skip_bits(gb, 1);   // Skip seekable_frame_in_packet, currently 
ununused
-        spliced_packet           = get_bits1(gb);
+        spliced_packet = get_bits1(gb);
         if (spliced_packet)
             av_log_missing_feature(avctx, "Bitstream splicing", 1);
 

_______________________________________________
libav-commits mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-commits

Reply via email to