mirror of https://git.ffmpeg.org/ffmpeg.git
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:
parent
7f35c999f6
commit
6927457443
|
@ -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…
Reference in New Issue