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

James Almer jamrial at gmail.com
Thu Apr 18 18:25:37 EEST 2024


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.


More information about the ffmpeg-devel mailing list