avutil/frame: remove comment about avcodec_get_frame_class()

The function was deprecated a while back and deleted last year.

Signed-off-by: James Almer <jamrial@gmail.com>
release/7.1
Andrew Sayers 10 months ago committed by James Almer
parent 7f35c999f6
commit 6927457443
  1. 3
      libavutil/frame.h

@ -369,8 +369,7 @@ typedef struct AVRegionOfInterest {
* to the end with a minor bump.
*
* Fields can be accessed through AVOptions, the name string used, matches the
* C structure field name for fields accessible through AVOptions. The AVClass
* for AVFrame can be obtained from avcodec_get_frame_class()
* C structure field name for fields accessible through AVOptions.
*/
typedef struct AVFrame {
#define AV_NUM_DATA_POINTERS 8

Loading…
Cancel
Save