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>
This commit is contained in:
Andrew Sayers 2024-04-18 16:17:20 +01:00 committed by James Almer
parent 7f35c999f6
commit 6927457443
1 changed files with 1 additions and 2 deletions

View File

@ -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