Skip to content

Commit 609eccc

Browse files
committed
UltraGrid 1.7.4
1 parent afd87e3 commit 609eccc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

FIXES.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,10 @@
1515
`--audio-channel-map 0:1` while receiving only mono)
1616
* do not set BMD conversion mode (issue #215)
1717

18+
#### 1.7.4
19+
* fixed setting of intra-refresh build for NVENC with libavcodec (do not set,
20+
otherwise libavcodec sets infinite GOP meaning stream not being decodable from
21+
the middle /not at all to be more specific/)
22+
* backported fixed RTSP capture from master
23+
* build fixes
24+

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.3],[[email protected]])
3+
AC_INIT([UltraGrid],[1.7.4],[[email protected]])
44
configure_flags="$*"
55
AC_CANONICAL_TARGET
66
AM_INIT_AUTOMAKE([1.10])

0 commit comments

Comments
 (0)