mirror of
https://github.com/photoprism/photoprism.git
synced 2026-01-23 02:24:24 +00:00
8 lines
183 B
Go
8 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")
|
|
}
|