mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-16 04:32:47 +02:00
Revert "swscale/ops: clarify SwsOpList.src/dst semantics"
This reverts commit c94e8afe5d.
These are now actually purely informational.
This commit is contained in:
+2
-2
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user