Skip to content

Commit 403e4a0

Browse files
committed
UltraGrid 1.7.3
1 parent d858961 commit 403e4a0

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

FIXES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@
99
* fixed potential problem with multichannel audio when there is a BPS change
1010
* build GitHub builds with NDI 5 by default (user still needs to obtain NDI
1111
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dnl Process this file with autoconf to produce a configure script.
22

3-
AC_INIT([UltraGrid],[1.7.2],[[email protected]])
3+
AC_INIT([UltraGrid],[1.7.3],[[email protected]])
44
configure_flags="$*"
55
AC_CANONICAL_TARGET
66
AM_INIT_AUTOMAKE([1.10])

0 commit comments

Comments
 (0)