mirror of
https://github.com/photoprism/photoprism.git
synced 2025-12-11 16:24:11 +01:00
9 lines
183 B
Go
9 lines
183 B
Go
package ffmpeg
|
|
|
|
import "os"
|
|
|
|
// Ensure that vendor-specific HW-accelerated test runs are disabled unless explicitly set.
|
|
func init() {
|
|
_ = os.Unsetenv("PHOTOPRISM_FFMPEG_ENCODER")
|
|
}
|