]> git.pld-linux.org Git - packages/vlc.git/blame - vlc-srt.patch
- updated to 3.0.13
[packages/vlc.git] / vlc-srt.patch
CommitLineData
baa64774
JB
1--- vlc-3.0.11.1/modules/access/srt.c.orig 2018-04-23 10:03:39.000000000 +0200
2+++ vlc-3.0.11.1/modules/access/srt.c 2021-01-19 17:25:25.629393995 +0100
3@@ -165,7 +165,7 @@
4
5 /* Set latency */
6 i_latency = var_InheritInteger( p_stream, "latency" );
7- srt_setsockopt( p_sys->sock, 0, SRTO_TSBPDDELAY,
8+ srt_setsockopt( p_sys->sock, 0, SRTO_LATENCY,
9 &i_latency, sizeof( int ) );
10
11 psz_passphrase = var_InheritString( p_stream, "passphrase" );
12--- vlc-3.0.11.1/modules/access_output/srt.c.orig 2018-04-06 11:22:51.000000000 +0200
13+++ vlc-3.0.11.1/modules/access_output/srt.c 2021-01-19 17:27:11.342154633 +0100
14@@ -162,7 +162,7 @@
15
16 /* Set latency */
17 i_latency = var_InheritInteger( p_access, "latency" );
18- srt_setsockopt( p_sys->sock, 0, SRTO_TSBPDDELAY,
19+ srt_setsockopt( p_sys->sock, 0, SRTO_LATENCY,
20 &i_latency, sizeof( int ) );
21
22 if ( psz_passphrase != NULL && psz_passphrase[0] != '\0')
73e619ba
JB
23--- vlc-3.0.13/configure.ac.orig 2021-04-30 06:58:19.309080610 +0200
24+++ vlc-3.0.13/configure.ac 2021-04-30 07:28:29.499273968 +0200
25@@ -4016,7 +4016,7 @@
26 dnl
27 dnl SRT plugin
28 dnl
29-PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2 srt < 1.3.0], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
30+PKG_ENABLE_MODULES_VLC([SRT], [access_srt access_output_srt], [srt >= 1.2.2], [SRT input/output plugin], [auto], [], [], [-DENABLE_SRT])
31
32 EXTEND_HELP_STRING([Visualisations and Video filter plugins:])
33 dnl
This page took 0.11023 seconds and 4 git commands to generate.