Revision b8819c85 libavformat/avformat.h
libavformat/avformat.h | ||
---|---|---|
22 | 22 |
#define AVFORMAT_AVFORMAT_H |
23 | 23 |
|
24 | 24 |
#define LIBAVFORMAT_VERSION_MAJOR 52 |
25 |
#define LIBAVFORMAT_VERSION_MINOR 55
|
|
25 |
#define LIBAVFORMAT_VERSION_MINOR 56
|
|
26 | 26 |
#define LIBAVFORMAT_VERSION_MICRO 0 |
27 | 27 |
|
28 | 28 |
#define LIBAVFORMAT_VERSION_INT AV_VERSION_INT(LIBAVFORMAT_VERSION_MAJOR, \ |
... | ... | |
726 | 726 |
*/ |
727 | 727 |
#define RAW_PACKET_BUFFER_SIZE 2500000 |
728 | 728 |
int raw_packet_buffer_remaining_size; |
729 |
|
|
730 |
/** |
|
731 |
* Start time of the stream in real world time, in microseconds |
|
732 |
* since the unix epoch (00:00 1st January 1970). That is, pts=0 |
|
733 |
* in the stream was captured at this real world time. |
|
734 |
* - encoding: Set by user. |
|
735 |
* - decoding: Unused. |
|
736 |
*/ |
|
737 |
int64_t start_time_realtime; |
|
729 | 738 |
} AVFormatContext; |
730 | 739 |
|
731 | 740 |
typedef struct AVPacketList { |
Also available in: Unified diff