Revision b6d07000 libavcodec/avcodec.h
libavcodec/avcodec.h | ||
---|---|---|
32 | 32 |
#include "libavutil/cpu.h" |
33 | 33 |
|
34 | 34 |
#define LIBAVCODEC_VERSION_MAJOR 52 |
35 |
#define LIBAVCODEC_VERSION_MINOR 112
|
|
35 |
#define LIBAVCODEC_VERSION_MINOR 113
|
|
36 | 36 |
#define LIBAVCODEC_VERSION_MICRO 1 |
37 | 37 |
|
38 | 38 |
#define LIBAVCODEC_VERSION_INT AV_VERSION_INT(LIBAVCODEC_VERSION_MAJOR, \ |
... | ... | |
2902 | 2902 |
int thread_safe_callbacks; |
2903 | 2903 |
|
2904 | 2904 |
/** |
2905 |
* VBV delay coded in the last frame (in periods of a 27 MHz clock). |
|
2906 |
* Used for compliant TS muxing. |
|
2907 |
* - encoding: Set by libavcodec. |
|
2908 |
* - decoding: unused. |
|
2909 |
*/ |
|
2910 |
uint64_t vbv_delay; |
|
2911 |
|
|
2912 |
/** |
|
2905 | 2913 |
* Current statistics for PTS correction. |
2906 | 2914 |
* - decoding: maintained and used by libavcodec, not intended to be used by user apps |
2907 | 2915 |
* - encoding: unused |
Also available in: Unified diff