Re: [FFmpeg-devel] [PATCH] avformat/mov: aax: pass proper AVClass to av_log()

2016-08-28 Thread Michael Niedermayer
On Sun, Aug 28, 2016 at 12:24:55PM -0400, Thomas Hebb wrote: > av_log() expects its first parameter to be a pointer to a struct whose > first element is a pointer to an AVClass. In what I can only imagine is > a typo, one call to av_log() in the AAX decryption code instead passes > a pointer to an

[FFmpeg-devel] [PATCH] avformat/mov: aax: pass proper AVClass to av_log()

2016-08-28 Thread Thomas Hebb
av_log() expects its first parameter to be a pointer to a struct whose first element is a pointer to an AVClass. In what I can only imagine is a typo, one call to av_log() in the AAX decryption code instead passes a pointer to an AVSHA struct, which doesn't even contain a pointer as its first eleme