aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
diff options
context:
space:
mode:
authorAlexander Strasser <eclipse7@gmx.net>2011-02-08 00:09:34 +0100
committerMichael Niedermayer <michaelni@gmx.at>2011-02-08 21:26:39 +0100
commit350b2bb1a6751a4230ae8c57daaf09912251fbb8 (patch)
treefaef9b52a1eed4c2786eccb0fa7321fadd0d5c6c /libavcodec
parent6d173daece587518b0061eb25141097b503af661 (diff)
downloadffmpeg-350b2bb1a6751a4230ae8c57daaf09912251fbb8.tar.gz
vorbis dec: cosmetics: Indent CPP cond properly
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec')
-rw-r--r--libavcodec/vorbis_dec.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libavcodec/vorbis_dec.c b/libavcodec/vorbis_dec.c
index 2f1621160a..df07d1bd17 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)