Skip to content

Commit

Permalink
Merge pull request #342 from Netflix/feature/make-IMFTrackFileCPLBuil…
Browse files Browse the repository at this point in the history
…der-public

make IMFTrackFileCPLBuilder public so it can be called when using Pho…
  • Loading branch information
pavlos authored Mar 3, 2023
2 parents c5a78a7 + 96b3ca0 commit c83cc30
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@
* A class that builds an IMF Composition representation of an IMF Essence
*/
@Immutable
final class IMFTrackFileCPLBuilder {
public final class IMFTrackFileCPLBuilder {

private static final Logger logger = LogManager.getLogger(IMFTrackFileReader.class);
private final IMFTrackFileReader imfTrackFileReader;
Expand Down

0 comments on commit c83cc30

Please sign in to comment.