Commit 350b2bb1 authored by Alexander Strasser's avatar Alexander Strasser Committed by Michael Niedermayer

vorbis dec: cosmetics: Indent CPP cond properly

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 6d173dae
...@@ -799,12 +799,12 @@ static void create_map(vorbis_context *vc, uint_fast8_t floor_number) ...@@ -799,12 +799,12 @@ static void create_map(vorbis_context *vc, uint_fast8_t floor_number)
vf->map_size[blockflag] = n; vf->map_size[blockflag] = n;
} }
# ifdef V_DEBUG #ifdef V_DEBUG
for (idx = 0; idx <= n; ++idx) { for (idx = 0; idx <= n; ++idx) {
AV_DEBUG("floor0 map: map at pos %d is %d\n", AV_DEBUG("floor0 map: map at pos %d is %d\n",
idx, map[idx]); idx, map[idx]);
} }
# endif #endif
} }
static int vorbis_parse_setup_hdr_modes(vorbis_context *vc) static int vorbis_parse_setup_hdr_modes(vorbis_context *vc)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment