avidec: make print_tag() a macro and remove related ifdefs
authorMans Rullgard <mans@mansr.com>
Tue, 25 Jan 2011 02:24:43 +0000 (02:24 +0000)
committerMans Rullgard <mans@mansr.com>
Tue, 25 Jan 2011 02:43:28 +0000 (02:43 +0000)
commit6081f8c4e283bf1b33e4cf4b2ca44217219f9210
treea75dcd662e5482df206f3674ab033e6a539b508d
parent119cc033fc88f4a7d6cc4ef6ee02097476e8f2a9
avidec: make print_tag() a macro and remove related ifdefs

The dprintf macro is a no-op if DEBUG is not defined, so there
is no need to guard it here.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavformat/avidec.c