AnalysisAVP icon indicating copy to clipboard operation
AnalysisAVP copied to clipboard

attribute_deprecated AVFrame *coded_frame

Open William-Friday opened this issue 2 years ago • 0 comments

This is an outdated property that has been reported as unusable #if FF_API_CODED_FRAME /** * the picture in the bitstream * - encoding: Set by libavcodec. * - decoding: unused * * @deprecated use the quality factor packet side data instead */ attribute_deprecated AVFrame *coded_frame; #endif

William-Friday avatar Jan 06 '22 07:01 William-Friday