Skip to content

Commit c249e12

Browse files
committed
Misc: Cleanup ChannelMask's docs
1 parent 44f090c commit c249e12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/properties.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -90,10 +90,10 @@ impl FileProperties {
9090
///
9191
/// A mask of (at least) 18 bits, one for each channel.
9292
///
93-
/// Standard speaker channels: <https://www.wikipedia.org/wiki/Surround_sound>
94-
/// CAF channel bitmap: <https://developer.apple.com/library/archive/documentation/MusicAudio/Reference/CAFSpec/CAF_spec/CAF_spec.html#//apple_ref/doc/uid/TP40001862-CH210-BCGBHHHI>
95-
/// WAV default channel ordering: <https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653308(v=vs.85)?redirectedfrom=MSDN#default-channel-ordering>
96-
/// FFmpeg: <https://ffmpeg.org/doxygen/trunk/group__channel__masks.html>
93+
/// * Standard speaker channels: <https://www.wikipedia.org/wiki/Surround_sound>
94+
/// * CAF channel bitmap: <https://developer.apple.com/library/archive/documentation/MusicAudio/Reference/CAFSpec/CAF_spec/CAF_spec.html#//apple_ref/doc/uid/TP40001862-CH210-BCGBHHHI>
95+
/// * WAV default channel ordering: <https://learn.microsoft.com/en-us/previous-versions/windows/hardware/design/dn653308(v=vs.85)?redirectedfrom=MSDN#default-channel-ordering>
96+
/// * FFmpeg: <https://ffmpeg.org/doxygen/trunk/group__channel__masks.html>
9797
#[derive(Debug, Clone, Copy, Eq, PartialEq)]
9898
#[repr(transparent)]
9999
pub struct ChannelMask(pub(crate) u32);

0 commit comments

Comments
 (0)