aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Sayers <ffmpeg-devel@pileofstuff.org>2024-04-18 16:17:20 +0100
committerJames Almer <jamrial@gmail.com>2024-04-18 12:24:43 -0300
commit6927457443e6dc49b785a5b9e7e946313a3f2694 (patch)
tree2f9cb04d3509482943e782bf2b9a3033828bd818
parent7f35c999f61bf2b938909660bbf148cbed34474c (diff)
downloadffmpeg-6927457443e6dc49b785a5b9e7e946313a3f2694.tar.gz
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>
-rw-r--r--libavutil/frame.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libavutil/frame.h b/libavutil/frame.h
index 68a2ad1555..60bb966f8b 100644
--- a/libavutil/frame.h
+++ b/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