Skip to content

Commit

Permalink
Merge pull request #18 from starburst997/patch-1
Browse files Browse the repository at this point in the history
"diffirent" typo
  • Loading branch information
ioctlLR committed Jun 24, 2020
2 parents 13f403f + 698c375 commit 985d839
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NLayer/MpegFrameDecoder.cs
Expand Up @@ -74,7 +74,7 @@ public int DecodeFrame(IMpegFrame frame, byte[] dest, int destOffset)

/// <summary>
/// Decode the Mpeg frame into provided buffer.
/// Result varies with diffirent <see cref="StereoMode"/>:
/// Result varies with different <see cref="StereoMode"/>:
/// <list type="bullet">
/// <item>
/// <description>For <see cref="NLayer.StereoMode.Both"/>, sample data on both two channels will occur in turn (left first).</description>
Expand Down

0 comments on commit 985d839

Please sign in to comment.