fix: navigation to recent and followings #384
Annotations
11 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-dotnet@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
FFMediaToolkit/Decoding/VideoStreamInfo.cs#L31
'ffmpeg.av_stream_get_side_data(AVStream*, AVPacketSideDataType, ulong*)' is obsolete: 'use av_packet_side_data_get() with the stream's "codecpar side data"'
|
FFMediaToolkit/Encoding/Internal/OutputStream{TFrame}.cs#L73
'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.'
|
FFMediaToolkit/Decoding/Internal/Decoder.cs#L136
'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.'
|
FFMediaToolkit/Audio/AudioData.cs#L1
The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)
|
FFMediaToolkit/Audio/SampleFormat.cs#L1
The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)
|
FFMediaToolkit/Common/ContainerMetadata.cs#L1
The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)
|
FFMediaToolkit/Common/FFDictionary.cs#L1
The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)
|
FFMediaToolkit/Common/Internal/AudioFrame.cs#L1
The file header is missing or not located at the top of the file. (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1633.md)
|
FFMediaToolkit/Decoding/Internal/DecoderFactory.cs#L1
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
|
FFMediaToolkit/Decoding/MediaFile.cs#L1
Using directive should appear within a namespace declaration (https://github.com/DotNetAnalyzers/StyleCopAnalyzers/blob/master/documentation/SA1200.md)
|
This job succeeded
Loading