Module: ffmpeg Branch: master Commit: 97f5f971081d83e2d20f27d8569ce467feed42d0
Author: Alexander Strasser <[email protected]> Date: Tue Feb 8 00:09:34 2011 +0100 vorbis dec: cosmetics: Indent CPP cond properly Signed-off-by: Michael Niedermayer <[email protected]> Signed-off-by: Ronald S. Bultje <[email protected]> --- 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 578ffb8..271f900 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) _______________________________________________ ffmpeg-commits mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-commits
