[libav-devel] [PATCH 3/3] svq3: fix indentation in svq3_decode_slice_header()

2012-10-11 Thread Mans Rullgard
Signed-off-by: Mans Rullgard m...@mansr.com
---
 libavcodec/svq3.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/svq3.c b/libavcodec/svq3.c
index bc1a77a..4652b5c 100644
--- a/libavcodec/svq3.c
+++ b/libavcodec/svq3.c
@@ -738,7 +738,7 @@ static int svq3_decode_slice_header(AVCodecContext *avctx)
 if (svq3-next_slice_index  s-gb.size_in_bits) {
 av_log(avctx, AV_LOG_ERROR, slice after bitstream end\n);
 return -1;
-}
+}
 
 s-gb.size_in_bits = svq3-next_slice_index - 8*(length - 1);
 skip_bits(s-gb, 8);
-- 
1.7.12

___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] [PATCH 3/3] svq3: fix indentation in svq3_decode_slice_header()

2012-10-11 Thread Diego Biurrun
On Thu, Oct 11, 2012 at 06:05:00PM +0100, Mans Rullgard wrote:
 Signed-off-by: Mans Rullgard m...@mansr.com
 ---
  libavcodec/svq3.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

Don't bother, this file is on schedule to receive a makeover.

Diego
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel


Re: [libav-devel] [PATCH 3/3] svq3: fix indentation in svq3_decode_slice_header()

2012-10-11 Thread Måns Rullgård
Diego Biurrun di...@biurrun.de writes:

 On Thu, Oct 11, 2012 at 06:05:00PM +0100, Mans Rullgard wrote:
 Signed-off-by: Mans Rullgard m...@mansr.com
 ---
  libavcodec/svq3.c | 2 +-
  1 file changed, 1 insertion(+), 1 deletion(-)

 Don't bother, this file is on schedule to receive a makeover.

I was looking at that function and the wrong intendtation had me
confused for a while, so I fixed it.  Don't worry, there's plenty more
for you to clean up in the rest of the file.

-- 
Måns Rullgård
m...@mansr.com
___
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel