From 0915b531bc62440914710d2989813563b0446c5e Mon Sep 17 00:00:00 2001 From: Carl Eugen Hoyos Date: Sun, 30 Jun 2013 13:46:27 +0200 Subject: Rename "AVClass class" as "AVClass component_class". The aix header math.h defines "extern int class()" for C. --- libavcodec/rawdec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libavcodec/rawdec.c') diff --git a/libavcodec/rawdec.c b/libavcodec/rawdec.c index ab3e0c7f00..4da212fed9 100644 --- a/libavcodec/rawdec.c +++ b/libavcodec/rawdec.c @@ -48,7 +48,7 @@ static const AVOption options[]={ {NULL} }; -static const AVClass class = { +static const AVClass rawdec_class = { .class_name = "rawdec", .option = options, .version = LIBAVUTIL_VERSION_INT, @@ -351,5 +351,5 @@ AVCodec ff_rawvideo_decoder = { .close = raw_close_decoder, .decode = raw_decode, .long_name = NULL_IF_CONFIG_SMALL("raw video"), - .priv_class = &class, + .priv_class = &rawdec_class, }; -- cgit v1.2.3