[FFmpeg-cvslog] avutil/frame: remove comment about avcodec_get_frame_class()

Andrew Sayers git at videolan.org
Thu Apr 18 18:25:30 EEST 2024


ffmpeg | branch: master | Andrew Sayers <ffmpeg-devel at pileofstuff.org> | Thu Apr 18 16:17:20 2024 +0100| [6927457443e6dc49b785a5b9e7e946313a3f2694] | committer: 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: James Almer <jamrial at gmail.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6927457443e6dc49b785a5b9e7e946313a3f2694
---

 libavutil/frame.h | 3 +--
 1 file changed, 1 insertion(+), 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



More information about the ffmpeg-cvslog mailing list