]> git.sesse.net Git - ffmpeg/commit
log.h: make AVClass a named struct
authorJindrich Makovicka <makovick@gmail.com>
Wed, 12 Oct 2011 20:30:56 +0000 (22:30 +0200)
committerAnton Khirnov <anton@khirnov.net>
Wed, 12 Oct 2011 21:39:31 +0000 (23:39 +0200)
commit67bbf07fb54b0289768b9d8195877a421c4fa500
tree3644051245696c733de96411c7b10f351a879e05
parent3e68b282216b531c9a2887fe5168c2c3b26b11e8
log.h: make AVClass a named struct

'struct AVClass' is used in the code since
641c7afe3c17334b81e3e2eef88f1751eb68f89f, but AVClass is typedeffed as
an anonymous struct.

Signed-off-by: Anton Khirnov <anton@khirnov.net>
libavutil/log.h