[dvblast-devel] [Git][videolan/dvblast][master] 3 commits: Acquire udp lock after lost
Christophe Massiot
gitlab at videolan.org
Tue Sep 1 00:02:25 CEST 2020
Christophe Massiot pushed to branch master at VideoLAN / dvblast
Commits:
1d7ab2cd by Arnaud de Turckheim at 2020-08-28T11:50:39+02:00
Acquire udp lock after lost
- - - - -
eb07a608 by Christophe Massiot at 2020-09-01T00:01:07+02:00
Merge branch 'master' of https://github.com/quarium/dvblast into quarium-master
- - - - -
1b583d82 by Christophe Massiot at 2020-09-01T00:01:11+02:00
Merge branch 'quarium-master'
- - - - -
1 changed file:
- udp.c
Changes:
=====================================
udp.c
=====================================
@@ -449,6 +449,8 @@ static void udp_MuteCb(struct ev_loop *loop, struct ev_timer *w, int revents)
default:
break;
}
+
+ b_sync = false;
}
/* From now on these are just stubs */
View it on GitLab: https://code.videolan.org/videolan/dvblast/-/compare/c6fa78060df355e3ff4579662993d4c0405c0084...1b583d827eacfc68a4fd5aef1960570108f90434
--
View it on GitLab: https://code.videolan.org/videolan/dvblast/-/compare/c6fa78060df355e3ff4579662993d4c0405c0084...1b583d827eacfc68a4fd5aef1960570108f90434
You're receiving this email because of your account on code.videolan.org.
More information about the dvblast-devel
mailing list