comparison opt.h @ 8579:dc7bfff68156 libavcodec

add the necessary include for LIBAV*_VERSION_*
author aurel
date Tue, 13 Jan 2009 00:14:43 +0000
parents 8903ad65c412
children e9d9d946f213
comparison
equal deleted inserted replaced
8578:db79dcbd5161 8579:dc7bfff68156
26 * @file opt.h 26 * @file opt.h
27 * AVOptions 27 * AVOptions
28 */ 28 */
29 29
30 #include "libavutil/rational.h" 30 #include "libavutil/rational.h"
31 #include "avcodec.h"
31 32
32 enum AVOptionType{ 33 enum AVOptionType{
33 FF_OPT_TYPE_FLAGS, 34 FF_OPT_TYPE_FLAGS,
34 FF_OPT_TYPE_INT, 35 FF_OPT_TYPE_INT,
35 FF_OPT_TYPE_INT64, 36 FF_OPT_TYPE_INT64,