pub const AV1_GET_ACCOUNTING: aom_dec_control_id = 268;
Expand description

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 configured with -DCONFIG_ACCOUNTING=0, the default, this returns AOM_CODEC_INCAPABLE.