mirror of
https://github.com/superseriousbusiness/gotosocial
synced 2025-06-05 21:59:39 +02:00
previously we were using the ffmpeg runner for ffprobe 🤦 (#3512)
This commit is contained in:
@@ -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)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user