@hyperframes/lint 0.7.92 → 0.7.94

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4934,6 +4934,7 @@ async function probeIsHevc(ffprobePath, filePath) {
4934
4934
  "stream=codec_name",
4935
4935
  "-of",
4936
4936
  "json",
4937
+ "--",
4937
4938
  filePath
4938
4939
  ]);
4939
4940
  return hasHevcStream(JSON.parse(stdout));