Skip to content

Commit

Permalink
misc: also include matroska-h264 in exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
SeaDve committed Jul 22, 2024
1 parent 12c89fd commit ef6a510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ mod tests {
}

// FIXME Remove this. This is needed as x264enc is somehow not found.
if profile.id() == "mp4" {
if matches!(profile.id(), "mp4" | "matroska-h264") {
continue;
}

Expand Down

0 comments on commit ef6a510

Please sign in to comment.