|
|
|
@@ -25,7 +25,7 @@ |
|
|
|
#include "libavutil/avutil.h" |
|
|
|
|
|
|
|
#define LIBAVFILTER_VERSION_MAJOR 1 |
|
|
|
#define LIBAVFILTER_VERSION_MINOR 33 |
|
|
|
#define LIBAVFILTER_VERSION_MINOR 34 |
|
|
|
#define LIBAVFILTER_VERSION_MICRO 0 |
|
|
|
|
|
|
|
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |
|
|
|
@@ -113,8 +113,8 @@ typedef struct AVFilterBufferRefVideoProps |
|
|
|
typedef struct AVFilterBufferRef |
|
|
|
{ |
|
|
|
AVFilterBuffer *buf; ///< the buffer that this is a reference to |
|
|
|
uint8_t *data[4]; ///< picture data for each plane |
|
|
|
int linesize[4]; ///< number of bytes per line |
|
|
|
uint8_t *data[8]; ///< picture data for each plane |
|
|
|
int linesize[8]; ///< number of bytes per line |
|
|
|
int format; ///< media format |
|
|
|
|
|
|
|
int64_t pts; ///< presentation timestamp in units of 1/AV_TIME_BASE |
|
|
|
|