[][src]Constant libaom_sys::AV1_GET_ACCOUNTING

pub const AV1_GET_ACCOUNTING: aom_dec_control_id = 268;

Codec control function to retrieve a pointer to the Accounting struct, takes Accounting** as parameter

If called before a frame has been decoded, this returns AOM_CODEC_ERROR. The caller should ensure that AOM_CODEC_OK is returned before attempting to dereference the Accounting pointer.

\attention When compiled without --enable-accounting, this returns AOM_CODEC_INCAPABLE.