Updated to use latest abstractions package. #3
Annotations
10 warnings
|
build-and-publish (net8.0):
src/FFmpegVideoEncoder.cs#L286
Dereference of a possibly null reference.
|
|
build-and-publish (net8.0):
src/FFmpegVideoEncoder.cs#L60
Non-nullable event 'OnVideoEncoderStatistics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
build-and-publish (net8.0):
src/FFmpegVideoEncoder.cs#L286
Dereference of a possibly null reference.
|
|
build-and-publish (net8.0):
src/FFmpegVideoEncoder.cs#L60
Non-nullable field '_frameTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-publish (net8.0):
src/FFmpegVideoEncoder.cs#L60
Non-nullable event 'OnVideoEncoderStatistics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
build-and-publish (net8.0):
src/FFmpegVideoEncoder.cs#L60
Non-nullable field '_frameTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|
|
build-and-publish (net8.0):
src/FFmpegVideoEncoder.cs#L382
Dereference of a possibly null reference.
|
|
build-and-publish (net8.0):
src/FFmpegVideoEncoder.cs#L286
Dereference of a possibly null reference.
|
|
build-and-publish (net8.0):
src/FFmpegVideoEncoder.cs#L60
Non-nullable event 'OnVideoEncoderStatistics' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the event as nullable.
|
|
build-and-publish (net8.0):
src/FFmpegVideoEncoder.cs#L60
Non-nullable field '_frameTimer' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
|