Revision a242ac36 libavfilter/avfilter.h
libavfilter/avfilter.h | ||
---|---|---|
27 | 27 |
#include "libavcore/samplefmt.h" |
28 | 28 |
|
29 | 29 |
#define LIBAVFILTER_VERSION_MAJOR 1 |
30 |
#define LIBAVFILTER_VERSION_MINOR 73
|
|
31 |
#define LIBAVFILTER_VERSION_MICRO 2
|
|
30 |
#define LIBAVFILTER_VERSION_MINOR 74
|
|
31 |
#define LIBAVFILTER_VERSION_MICRO 0
|
|
32 | 32 |
|
33 | 33 |
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |
34 | 34 |
LIBAVFILTER_VERSION_MINOR, \ |
... | ... | |
99 | 99 |
*/ |
100 | 100 |
typedef struct AVFilterBufferRefAudioProps { |
101 | 101 |
int64_t channel_layout; ///< channel layout of audio buffer |
102 |
int samples_nb; ///< number of audio samples
|
|
102 |
int nb_samples; ///< number of audio samples
|
|
103 | 103 |
int size; ///< audio buffer size |
104 | 104 |
uint32_t sample_rate; ///< audio buffer sample rate |
105 | 105 |
int planar; ///< audio buffer - planar or packed |
Also available in: Unified diff