[MediaCCC] Return empty list of video-only streams instead of null
This commit is contained in:
parent
8dc3f28618
commit
a4097d8d01
1 changed files with 1 additions and 1 deletions
|
@ -197,7 +197,7 @@ public class MediaCCCStreamExtractor extends StreamExtractor {
|
|||
|
||||
@Override
|
||||
public List<VideoStream> getVideoOnlyStreams() {
|
||||
return null;
|
||||
return Collections.emptyList();
|
||||
}
|
||||
|
||||
@Nonnull
|
||||
|
|
Loading…
Reference in a new issue