[FFmpeg-soc] [soc] Print the AVCodecContext address in av_log instead of AVClass.

Michael Niedermayer michaelni at gmx.at
Tue Jul 15 14:27:20 CEST 2008


On Tue, Jul 15, 2008 at 04:19:19AM -0400, Alexander Strange wrote:
> ---
>  libavutil/log.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> diff --git a/libavutil/log.c b/libavutil/log.c
> index fed0ce8..aadcf90 100644
> --- a/libavutil/log.c
> +++ b/libavutil/log.c
> @@ -36,7 +36,7 @@ void av_log_default_callback(void* ptr, int level, const char* fmt, va_list vl)
>          return;
>  #undef fprintf
>      if(print_prefix && avc) {
> -            fprintf(stderr, "[%s @ %p]", avc->item_name(ptr), avc);
> +            fprintf(stderr, "[%s @ %p]", avc->item_name(ptr), ptr);
>      }

ok, commit to main

[...]

-- 
Michael     GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

Frequently ignored awnser#1 FFmpeg bugs should be sent to our bugtracker. User
questions about the command line tools should be sent to the ffmpeg-user ML.
And questions about how to use libav* should be sent to the libav-user ML.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-soc/attachments/20080715/8f04ce64/attachment.pgp>


More information about the FFmpeg-soc mailing list