[FFmpeg-cvslog] wmal: vertical alignment cosmetics

Mashiat Sarker Shakkhar git at videolan.org
Sat Apr 14 22:52:18 CEST 2012


ffmpeg | branch: master | Mashiat Sarker Shakkhar <mashiat.sarker at gmail.com> | Fri Apr 13 14:00:22 2012 -0700| [dac79c273748f430b962ef83e46548a4fc0ce5c9] | committer: Diego Biurrun

wmal: vertical alignment cosmetics

Signed-off-by: Diego Biurrun <diego at biurrun.de>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dac79c273748f430b962ef83e46548a4fc0ce5c9
---

 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);
 



More information about the ffmpeg-cvslog mailing list