feat: base master into eagle #303
Merged
Annotations
10 warnings
libcam/libcam_encoder/encoder.c#L289
The function 'gviewencoder_fini' is never used.
|
libcam/libcam_encoder/encoder.c#L308
The function 'encoder_check_audio_sample_fmt' is never used.
|
libcam/libcam_encoder/encoder.c#L330
The function 'select_sample_rate' is never used.
|
libcam/libcam_encoder/encoder.c#L363
The function 'encoder_set_raw_video_input' is never used.
|
libcam/libcam_encoder/encoder.c#L431
Parameter 'encoder_ctx' can be declared with const
|
libcam/libcam_encoder/encoder.c#L701
Parameter 'encoder_ctx' can be declared with const
|
libcam/libcam_encoder/encoder.c#L1011
The function 'encoder_get_max_audio_sample_fmt' is never used.
|
libcam/libcam_encoder/encoder.c#L1091
The function 'encoder_get_valid_video_codecs' is never used.
|
libcam/libcam_encoder/encoder.c#L1106
The function 'encoder_get_valid_audio_codecs' is never used.
|
libcam/libcam_encoder/encoder.c#L1386
The scope of the variable 'flushed_frame_counter' can be reduced. Warning: Be careful when fixing this message, especially when there are inner loops. Here is an example where cppcheck will write that the scope for 'i' can be reduced:\012void f(int x)\012{\012 int i = 0;\012 if (x) {\012 // it's safe to move 'int i = 0;' here\012 for (int n = 0; n < 10; ++n) {\012 // it is possible but not safe to move 'int i = 0;' here\012 do_something(&i);\012 }\012 }\012}\012When you see this message it is always safe to reduce the variable scope 1 level.
|
This job succeeded
Loading