|
FDL Core Library
ASC Framing Decision List — C/C++ Reference Implementation
|
Result of resolving a canvas for given input dimensions. More...
#include <fdl_core.h>
Data Fields | |
| fdl_canvas_t * | canvas |
| Resolved canvas (non-owning, do NOT free). | |
| fdl_framing_decision_t * | framing_decision |
| Resolved framing decision (non-owning, do NOT free). | |
| int | was_resolved |
| FDL_TRUE if a different canvas was found, FDL_FALSE if original matched. | |
| const char * | error |
| Error message on failure (caller frees with fdl_free). | |
Result of resolving a canvas for given input dimensions.