Skip to content

Conversation

@Euklios
Copy link
Collaborator

@Euklios Euklios commented Aug 8, 2024

No description provided.


protected FFmpegHlsOutputBuilder(FFmpegBuilder parent, String filename) {
super(parent, filename);
this.format = "hls";
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you've lost the check that the format wasn't already set to a non-hls format. There should either be a check in the constructor, or call setFormat(..)

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I'm also confused. We have this.format, and parent.format. this will no doing lead to confusion.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants