Skip to content

Commit 2f57dcd

Browse files
committed
Fixup for track resizing code
1 parent eed71b6 commit 2f57dcd

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/dtsc.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,9 +1286,7 @@ namespace DTSC{
12861286
stream.setInt("vod", origStream.getInt("vod"));
12871287
stream.setInt("live", origStream.getInt("live"));
12881288
stream.setString("source", origStream.getPointer("source"));
1289-
stream.setString("uuid", origStream.getPointer("uuid"));
12901289
stream.setInt("maxkeepaway", origStream.getInt("maxkeepaway"));
1291-
stream.setInt("resume", origStream.getInt("resume"));
12921290
stream.setInt("bufferwindow", origStream.getInt("bufferwindow"));
12931291
stream.setInt("bootmsoffset", origStream.getInt("bootmsoffset"));
12941292
stream.setInt("utcoffset", origStream.getInt("utcoffset"));

0 commit comments

Comments
 (0)