Skip to content

Commit

Permalink
previously we were using the ffmpeg runner for ffprobe 🤦 (#3512)
Browse files Browse the repository at this point in the history
  • Loading branch information
NyaaaWhatsUpDoc authored Nov 5, 2024
1 parent f3b2eca commit 53aaeb1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/media/ffmpeg/ffprobe.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func InitFfprobe(ctx context.Context, max int) error {

// Ffprobe runs the given arguments with an instance of ffprobe.
func Ffprobe(ctx context.Context, args Args) (uint32, error) {
return ffmpegRunner.Run(ctx, func() (uint32, error) {
return ffprobeRunner.Run(ctx, func() (uint32, error) {
return wasm.Run(ctx, runtime, ffprobe, args)
})
}

0 comments on commit 53aaeb1

Please sign in to comment.