comparison log.h @ 602:0b84593767d8 libavutil

add the necessary include for LIBAV*_VERSION_*
author aurel
date Tue, 13 Jan 2009 00:14:43 +0000
parents bd4052d9050c
children c04808220c83
comparison
equal deleted inserted replaced
601:b150276ce746 602:0b84593767d8
20 20
21 #ifndef AVUTIL_LOG_H 21 #ifndef AVUTIL_LOG_H
22 #define AVUTIL_LOG_H 22 #define AVUTIL_LOG_H
23 23
24 #include <stdarg.h> 24 #include <stdarg.h>
25 #include "avutil.h"
25 26
26 /** 27 /**
27 * Describes the class of an AVClass context structure, that is an 28 * Describes the class of an AVClass context structure, that is an
28 * arbitrary struct of which the first field is a pointer to an 29 * arbitrary struct of which the first field is a pointer to an
29 * AVClass struct (e.g. AVCodecContext, AVFormatContext etc.). 30 * AVClass struct (e.g. AVCodecContext, AVFormatContext etc.).