Skip to content

Commit

Permalink
Better error message for empty video
Browse files Browse the repository at this point in the history
Co-authored-by: Emil Ernerfeldt <[email protected]>
  • Loading branch information
Wumpf and emilk authored Nov 25, 2024
1 parent a036963 commit 17c8858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/viewer/re_renderer/src/video/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub enum VideoPlayerError {
#[error("The decoder is lagging behind")]
EmptyBuffer,

#[error("Video seems to be empty, no segments have been found.")]
#[error("Video is empty.")]
EmptyVideo,

/// e.g. unsupported codec
Expand Down

0 comments on commit 17c8858

Please sign in to comment.