Revision 910b5b82 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 75
|
|
30 |
#define LIBAVFILTER_VERSION_MINOR 76
|
|
31 | 31 |
#define LIBAVFILTER_VERSION_MICRO 0 |
32 | 32 |
|
33 | 33 |
#define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \ |
... | ... | |
580 | 580 |
|
581 | 581 |
enum AVMediaType type; ///< filter media type |
582 | 582 |
|
583 |
/* These two parameters apply only to video */
|
|
583 |
/* These parameters apply only to video */ |
|
584 | 584 |
int w; ///< agreed upon image width |
585 | 585 |
int h; ///< agreed upon image height |
586 |
AVRational sample_aspect_ratio; ///< agreed upon sample aspect ratio |
|
586 | 587 |
/* These two parameters apply only to audio */ |
587 | 588 |
int64_t channel_layout; ///< channel layout of current buffer (see libavcore/audioconvert.h) |
588 | 589 |
int64_t sample_rate; ///< samples per second |
Also available in: Unified diff