Skip to content

Commit

Permalink
Review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
litetex committed Jul 6, 2021
1 parent e36b66f commit 794111d
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 794111d

Please sign in to comment.