comparison postprocess.h @ 80:279387224d8c libpostproc

#include avutil.h in postprocess.h
author mru
date Wed, 20 Feb 2008 01:23:04 +0000
parents f40477ade122
children 8d1245b4d7fb
comparison
equal deleted inserted replaced
79:f40477ade122 80:279387224d8c
24 /** 24 /**
25 * @file postprocess.h 25 * @file postprocess.h
26 * @brief 26 * @brief
27 * external api for the pp stuff 27 * external api for the pp stuff
28 */ 28 */
29
30 #include "avutil.h"
29 31
30 #define LIBPOSTPROC_VERSION_TRIPLET 51,1,0 32 #define LIBPOSTPROC_VERSION_TRIPLET 51,1,0
31 33
32 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_TRIPLET) 34 #define LIBPOSTPROC_VERSION_INT AV_VERSION_INT(LIBPOSTPROC_VERSION_TRIPLET)
33 #define LIBPOSTPROC_VERSION AV_VERSION(LIBPOSTPROC_VERSION_TRIPLET) 35 #define LIBPOSTPROC_VERSION AV_VERSION(LIBPOSTPROC_VERSION_TRIPLET)