Go to the source code of this file.
◆ av_frame_alloc
#define av_frame_alloc avcodec_alloc_frame |
◆ av_frame_free
#define av_frame_free avcodec_free_frame |
◆ av_frame_unref
#define av_frame_unref avcodec_get_frame_defaults |
◆ CODEC_CAP_TRUNC
#define CODEC_CAP_TRUNC CODEC_CAP_TRUNCATED |
◆ CODEC_FLAG_TRUNC
#define CODEC_FLAG_TRUNC CODEC_FLAG_TRUNCATED |
◆ INPUT_BUFFER_PADDING_SIZE
#define INPUT_BUFFER_PADDING_SIZE FF_INPUT_BUFFER_PADDING_SIZE |
◆ LIBAVCODEC_VERSION_CHECK
#define LIBAVCODEC_VERSION_CHECK |
( |
|
a, |
|
|
|
b, |
|
|
|
c, |
|
|
|
d, |
|
|
|
e |
|
) |
| |
Value: ((LIBAVCODEC_VERSION_MICRO < 100 && \
LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(a, b, c)) || \
(LIBAVCODEC_VERSION_MICRO >= 100 && \
LIBAVCODEC_VERSION_INT >= AV_VERSION_INT(a, d, e)))