Revision a74008a4 libavcodec/avcodec.h
libavcodec/avcodec.h | ||
---|---|---|
37 | 37 |
#define AV_STRINGIFY(s) AV_TOSTRING(s) |
38 | 38 |
#define AV_TOSTRING(s) #s |
39 | 39 |
|
40 |
#define LIBAVCODEC_VERSION_INT ((51<<16)+(40<<8)+2)
|
|
41 |
#define LIBAVCODEC_VERSION 51.40.2
|
|
40 |
#define LIBAVCODEC_VERSION_INT ((51<<16)+(40<<8)+3)
|
|
41 |
#define LIBAVCODEC_VERSION 51.40.3
|
|
42 | 42 |
#define LIBAVCODEC_BUILD LIBAVCODEC_VERSION_INT |
43 | 43 |
|
44 | 44 |
#define LIBAVCODEC_IDENT "Lavc" AV_STRINGIFY(LIBAVCODEC_VERSION) |
... | ... | |
2940 | 2940 |
|
2941 | 2941 |
int flags; |
2942 | 2942 |
#define PARSER_FLAG_COMPLETE_FRAMES 0x0001 |
2943 |
|
|
2944 |
int64_t offset; ///< byte offset from starting packet start |
|
2945 |
int64_t last_offset; |
|
2943 | 2946 |
} AVCodecParserContext; |
2944 | 2947 |
|
2945 | 2948 |
typedef struct AVCodecParser { |
Also available in: Unified diff