Skip to content

code formatted

code formatted #7

Triggered via push June 13, 2023 18:22
Status Failure
Total duration 3m 34s
Billable time 11m
Artifacts

rust.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

1 error and 10 warnings
Coverage
Process completed with exit code 1.
unused variable: `sei_or_key_frame_end_index`: src/parser.rs#L107
warning: unused variable: `sei_or_key_frame_end_index` --> src/parser.rs:107:37 | 107 | if let Some(sei_or_key_frame_end_index) = sei_or_key_frame_index.1 { | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_sei_or_key_frame_end_index` | = note: `#[warn(unused_variables)]` on by default
variant is never constructed: `IFrame`: src/parser.rs#L33
warning: variant is never constructed: `IFrame` --> src/parser.rs:33:5 | 33 | IFrame, | ^^^^^^ | = note: `#[warn(dead_code)]` on by default
variant is never constructed: `Pps`: src/parser.rs#L37
warning: variant is never constructed: `Pps` --> src/parser.rs:37:5 | 37 | Pps, | ^^^
variant is never constructed: `Sei`: src/parser.rs#L39
warning: variant is never constructed: `Sei` --> src/parser.rs:39:5 | 39 | Sei, | ^^^
variant is never constructed: `KeyFrame`: src/parser.rs#L40
warning: variant is never constructed: `KeyFrame` --> src/parser.rs:40:5 | 40 | KeyFrame, | ^^^^^^^^
variant is never constructed: `PFrame`: src/parser.rs#L41
warning: variant is never constructed: `PFrame` --> src/parser.rs:41:5 | 41 | PFrame, | ^^^^^^
field is never read: `sps`: src/parser.rs#L45
warning: field is never read: `sps` --> src/parser.rs:45:5 | 45 | sps: Option<Vec<u8>>, | ^^^^^^^^^^^^^^^^^^^^
field is never read: `pps`: src/parser.rs#L46
warning: field is never read: `pps` --> src/parser.rs:46:5 | 46 | pps: Option<Vec<u8>>, | ^^^^^^^^^^^^^^^^^^^^
field is never read: `frame_type`: src/parser.rs#L47
warning: field is never read: `frame_type` --> src/parser.rs:47:5 | 47 | frame_type: VideoFrameType, | ^^^^^^^^^^^^^^^^^^^^^^^^^^
field is never read: `frame_payload`: src/parser.rs#L48
warning: field is never read: `frame_payload` --> src/parser.rs:48:5 | 48 | frame_payload: Option<Vec<u8>>, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^