Revert "swscale/ops: clarify SwsOpList.src/dst semantics"

This reverts commit c94e8afe5d.

These are now actually purely informational.
This commit is contained in:
Niklas Haas
2025-12-15 18:34:47 +01:00
committed by Niklas Haas
parent c0f49db53d
commit abb1524138
+2 -2
View File
@@ -230,8 +230,8 @@ typedef struct SwsOpList {
SwsOp *ops;
int num_ops;
/* Metadata associated with this operation list */
SwsFormat src, dst; /* if set; may inform the optimizer about e.g value ranges */
/* Purely informative metadata associated with this operation list */
SwsFormat src, dst;
} SwsOpList;
SwsOpList *ff_sws_op_list_alloc(void);