UltraGrid 1.7.4

This commit is contained in:
Martin Pulec
2022-04-11 15:10:53 +02:00
parent afd87e3df3
commit 609ecccf33
2 changed files with 8 additions and 1 deletions

View File

@@ -15,3 +15,10 @@
`--audio-channel-map 0:1` while receiving only mono)
* do not set BMD conversion mode (issue #215)
#### 1.7.4
* fixed setting of intra-refresh build for NVENC with libavcodec (do not set,
otherwise libavcodec sets infinite GOP meaning stream not being decodable from
the middle /not at all to be more specific/)
* backported fixed RTSP capture from master
* build fixes

View File

@@ -1,6 +1,6 @@
dnl Process this file with autoconf to produce a configure script.
AC_INIT([UltraGrid],[1.7.3],[ultragrid-dev@cesnet.cz])
AC_INIT([UltraGrid],[1.7.4],[ultragrid-dev@cesnet.cz])
configure_flags="$*"
AC_CANONICAL_TARGET
AM_INIT_AUTOMAKE([1.10])