Skip to content

Commit 424aeba

Browse files
author
Alexander Matveev
committed
8277309: Add support for H.265/HEVC to HTTP Live Streaming
Reviewed-by: kcr, arapte, jvos
1 parent eb7fa5d commit 424aeba

File tree

29 files changed

+2553
-306
lines changed

29 files changed

+2553
-306
lines changed

modules/javafx.media/src/main/java/com/sun/media/jfxmedia/locator/ConnectionHolder.java

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010, 2020, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2010, 2022, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -157,17 +157,6 @@ int property(int prop, int value) {
157157
return 0;
158158
}
159159

160-
/**
161-
* Get stream size.
162-
* Behavior can vary based on subclass implementation.
163-
* For example HLS will load next segment and return segment size.
164-
*
165-
* @return - Stream size.
166-
*/
167-
int getStreamSize() {
168-
return -1;
169-
}
170-
171160
private static class FileConnectionHolder extends ConnectionHolder {
172161
private RandomAccessFile file = null;
173162

0 commit comments

Comments
 (0)