|
|
@@ -103,8 +103,8 @@ typedef void (*av_tx_fn)(AVTXContext *s, void *out, void *in, ptrdiff_t stride); |
|
|
|
*/ |
|
|
|
enum AVTXFlags { |
|
|
|
/** |
|
|
|
* Performs an in-place transformation on the input. The output parameter |
|
|
|
* to av_tn_fn() will be ignored. May be unsupported or slower for some |
|
|
|
* Performs an in-place transformation on the input. The output argument |
|
|
|
* of av_tn_fn() MUST match the input. May be unsupported or slower for some |
|
|
|
* transform types. |
|
|
|
*/ |
|
|
|
AV_TX_INPLACE = 1ULL << 0, |
|
|
|