Luca Barbato <[email protected]> writes: > On 08/07/2012 09:37 PM, Alex Converse wrote: >> From: Michael Niedermayer <[email protected]> >> >> Signed-off-by: Michael Niedermayer <[email protected]> >> Signed-off-by: Alex Converse <[email protected]> >> --- >> libavcodec/aacdec.c | 10 +++++----- >> 1 files changed, 5 insertions(+), 5 deletions(-) >> > > What about using the PRETTY_FUNCTION or equivalent?
The gcc extension? The standard one is __func__, and it contains the name of the current function. -- Måns Rullgård [email protected] _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
