Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Jul 17, 2021
1 parent ecf4232 commit 0c12b39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ private static StreamInfo extractOptionalData(StreamInfo streamInfo, StreamExtra
/**
* 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
Expand Down

0 comments on commit 0c12b39

Please sign in to comment.