pub const AV1D_GET_DISPLAY_SIZE: aom_dec_control_id = 260;
Expand description

Codec control function to get the current frame’s intended display dimensions (as specified in the wrapper or frame header), int* parameter

This may be different to the decoded dimensions of this frame (see AV1D_GET_FRAME_SIZE).