forked from FFmpeg/FFmpeg
vorbis dec: cosmetics: Indent CPP cond properly
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
This commit is contained in:
parent
07f06540f6
commit
97f5f97108
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue