You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Note: `Membrane.H264.FFmpeg.Parser` has been removed. Now you can use our pure E
18
18
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
19
19
20
20
```elixir
21
-
{:membrane_h264_ffmpeg_plugin, "~> 0.32.6"}
21
+
{:membrane_h264_ffmpeg_plugin, "~> 0.32.7"}
22
22
```
23
23
24
24
This package depends on the [ffmpeg](https://www.ffmpeg.org) libraries. The precompiled builds will be pulled and linked automatically. However, should there be any problems, consider installing it manually.
0 commit comments