Review changes
This commit is contained in:
parent
ecf4232ce3
commit
0c12b396e5
|
@ -395,7 +395,7 @@ public class StreamInfo extends Info {
|
||||||
/**
|
/**
|
||||||
* Preview frames, e.g. for the storyboard / seekbar thumbnail preview
|
* 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
|
* Get the stream type
|
||||||
|
|
Loading…
Reference in New Issue