Review changes
This commit is contained in:
parent
ecf4232ce3
commit
0c12b396e5
1 changed files with 1 additions and 1 deletions
|
@ -395,7 +395,7 @@ public class StreamInfo extends Info {
|
|||
/**
|
||||
* Preview frames, e.g. for the storyboard / seekbar thumbnail preview
|
||||
*/
|
||||
private List<Frameset> previewFrames = new ArrayList<>();
|
||||
private List<Frameset> previewFrames = Collections.emptyList();
|
||||
|
||||
/**
|
||||
* Get the stream type
|
||||
|
|
Loading…
Reference in a new issue