Skip to content

Commit

Permalink
Remove note that sample order is not specified
Browse files Browse the repository at this point in the history
  • Loading branch information
mickel8 committed Aug 12, 2024
1 parent 4d38b45 commit e815c06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions INSTALL.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
Xav requires FFmpeg development packages to be installed on your system.
You can install them with one of the following one-liners.

On some platforms, we use pkg-config to determine ffmpeg's include and lib directories.

**Fedora**

```bash
dnf install ffmpeg-devel ffmpeg-libs
dnf install pkg-config ffmpeg-devel ffmpeg-libs
```

**Ubuntu**
Expand All @@ -21,13 +23,10 @@ brew install ffmpeg

**MacOS arm64**

On arm64, we use pkg-config to determine ffmpeg's include and lib directories.

```bash
brew install pkg-config ffmpeg
```

**Windows**

Windows is not supported but PRs are welcomed.

2 changes: 0 additions & 2 deletions lib/decoder.ex
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@ defmodule Xav.Decoder do
<<c10, c20, c30, c11, c21, c31, c12, c22, c32>>
```
The way in which samples are interleaved is not specified.
An alternative would be to return a list of binaries, where
each binary represents different channel:
Expand Down

0 comments on commit e815c06

Please sign in to comment.