[FFmpeg-cvslog] vorbis dec: cosmetics: Indent CPP cond properly

Alexander Strasser git
Tue Feb 8 21:55:31 CET 2011


ffmpeg | branch: master | Alexander Strasser <eclipse7 at gmx.net> | Tue Feb  8 00:09:34 2011 +0100| [350b2bb1a6751a4230ae8c57daaf09912251fbb8] | committer: Michael Niedermayer

vorbis dec: cosmetics: Indent CPP cond properly

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

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

diff --git a/libavcodec/vorbis_dec.c b/libavcodec/vorbis_dec.c
index 2f16211..df07d1b 100644
--- a/libavcodec/vorbis_dec.c
+++ b/libavcodec/vorbis_dec.c
@@ -799,12 +799,12 @@ static void create_map(vorbis_context *vc, uint_fast8_t floor_number)
         vf->map_size[blockflag] = n;
     }
 
-#   ifdef V_DEBUG
+#ifdef V_DEBUG
     for (idx = 0; idx <= n; ++idx) {
         AV_DEBUG("floor0 map: map at pos %d is %d\n",
                  idx, map[idx]);
     }
-#   endif
+#endif
 }
 
 static int vorbis_parse_setup_hdr_modes(vorbis_context *vc)




More information about the ffmpeg-cvslog mailing list