|
FFmpeg
|
#include <AMF/core/Factory.h>#include <AMF/core/Context.h>Go to the source code of this file.
Macros | |
| #define | AMF_RETURN_IF_FALSE(avctx, exp, ret_value, ...) |
| Error handling helper. More... | |
| #define | AMF_GOTO_FAIL_IF_FALSE(avctx, exp, ret_value, ...) |
| #define | AMF_TIME_BASE_Q (AVRational){1, AMF_SECOND} |
| #define AMF_RETURN_IF_FALSE | ( | avctx, | |
| exp, | |||
| ret_value, | |||
| ... | |||
| ) |
Error handling helper.
Definition at line 28 of file hwcontext_amf_internal.h.
| #define AMF_GOTO_FAIL_IF_FALSE | ( | avctx, | |
| exp, | |||
| ret_value, | |||
| ... | |||
| ) |
Definition at line 34 of file hwcontext_amf_internal.h.
| #define AMF_TIME_BASE_Q (AVRational){1, AMF_SECOND} |
Definition at line 41 of file hwcontext_amf_internal.h.
1.8.17