diff mbox series

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

Message ID 20240418151721.3952713-1-ffmpeg-devel@pileofstuff.org
State Accepted
Commit 6927457443e6dc49b785a5b9e7e946313a3f2694
Headers show
Series [FFmpeg-devel] avutil/frame: remove comment about avcodec_get_frame_class() | expand

Checks

Context Check Description
yinshiyou/make_loongarch64 success Make finished
yinshiyou/make_fate_loongarch64 success Make fate finished
andriy/make_x86 success Make finished
andriy/make_fate_x86 success Make fate finished

Commit Message

Andrew Sayers April 18, 2024, 3:17 p.m. UTC
The function was deprecated a while back and deleted last year.
---
 libavutil/frame.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

James Almer April 18, 2024, 3:25 p.m. UTC | #1
On 4/18/2024 12:17 PM, Andrew Sayers wrote:
> The function was deprecated a while back and deleted last year.
> ---
>   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

Applied, thanks.
diff mbox series

Patch

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