Skip to content

Commit

Permalink
UltraGrid 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPulec committed Mar 23, 2022
1 parent d858961 commit 403e4a0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions FIXES.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@
* fixed potential problem with multichannel audio when there is a BPS change
* build GitHub builds with NDI 5 by default (user still needs to obtain NDI
library by itself)

#### 1.7.3
* fixed channel mapping from lesser amount of input channels to higher (eg.
`--audio-channel-map 0:1` while receiving only mono)
* do not set BMD conversion mode (issue #215)
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.

AC_INIT([UltraGrid],[1.7.2],[[email protected]])
AC_INIT([UltraGrid],[1.7.3],[[email protected]])
configure_flags="$*"
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.10])
Expand Down

0 comments on commit 403e4a0

Please sign in to comment.