[FFmpeg-soc] [soc] Print the AVCodecContext address in av_log instead of AVClass.
Alexander Strange
astrange at ithinksw.com
Tue Jul 15 23:52:06 CEST 2008
On Jul 15, 2008, at 8:27 AM, Michael Niedermayer wrote:
> 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
>
> [...]
Applied.
More information about the FFmpeg-soc
mailing list