We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d858961 commit 403e4a0Copy full SHA for 403e4a0
FIXES.md
@@ -9,3 +9,8 @@
9
* fixed potential problem with multichannel audio when there is a BPS change
10
* build GitHub builds with NDI 5 by default (user still needs to obtain NDI
11
library by itself)
12
+
13
+#### 1.7.3
14
+* fixed channel mapping from lesser amount of input channels to higher (eg.
15
+ `--audio-channel-map 0:1` while receiving only mono)
16
+* do not set BMD conversion mode (issue #215)
configure.ac
@@ -1,6 +1,6 @@
1
dnl Process this file with autoconf to produce a configure script.
2
3
-AC_INIT([UltraGrid],[1.7.2],[[email protected]])
+AC_INIT([UltraGrid],[1.7.3],[[email protected]])
4
configure_flags="$*"
5
AC_CANONICAL_TARGET
6
AM_INIT_AUTOMAKE([1.10])
0 commit comments