Skip to content

Commit

Permalink
Merge branch 'master' into simplify-timing
Browse files Browse the repository at this point in the history
  • Loading branch information
longnguyen2004 authored Jan 29, 2025
2 parents a186631 + 8348cd3 commit 483dac6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/media/LibavDemuxer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ function h265AddParamSets(frame: Buffer, paramSets: H265ParamSets) {
}

const idToStream = new Map<string, Readable>();
const libavPromise = LibAV.LibAV({ yesthreads: true });
const libavPromise = LibAV.LibAV();
libavPromise.then((libav) => {
libav.onread = (id) => {
idToStream.get(id)?.resume();
Expand Down

0 comments on commit 483dac6

Please sign in to comment.