Commit 69274574 authored by Andrew Sayers's avatar Andrew Sayers Committed by James Almer

avutil/frame: remove comment about avcodec_get_frame_class()

The function was deprecated a while back and deleted last year.
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 7f35c999
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment