Skip to content

Commit

Permalink
fix doc string
Browse files Browse the repository at this point in the history
  • Loading branch information
Wumpf committed Sep 17, 2024
1 parent fe99752 commit bb15253
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/store/re_video/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
//! Video decoding library.
//!
//! The entry point is [`load_mp4`], which produces an instance of [`VideoData`].
//! The entry point is [`VideoData::load_from_bytes`]
//! which produces an instance of [`VideoData`] from any supported video container.
mod mp4;

Expand Down

0 comments on commit bb15253

Please sign in to comment.