You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'ffmpeg.av_stream_get_side_data(AVStream*, AVPacketSideDataType, ulong*)' is obsolete: 'use av_packet_side_data_get() with the stream's "codecpar side data"'
'ffmpeg.avcodec_close(AVCodecContext*)' is obsolete: 'Do not use this function. Use avcodec_free_context() to destroy a codec context (either open or closed). Opening and closing a codec context multiple times is not supported anymore -- use multiple codec contexts instead.'
'ffmpeg.avcodec_close(AVCodecContext*)' is obsolete: 'Do not use this function. Use avcodec_free_context() to destroy a codec context (either open or closed). Opening and closing a codec context multiple times is not supported anymore -- use multiple codec contexts instead.'