]> Sergey Matveev's repositories - tofuproxy.git/blobdiff - trip.go
AVIF transcoding
[tofuproxy.git] / trip.go
diff --git a/trip.go b/trip.go
index 019c4081b93ce4ca6cae1e9b44fd7bebacc83fa8..27d4e9e30beacd8239b3827d74fe45a97526d8af 100644 (file)
--- a/trip.go
+++ b/trip.go
@@ -91,6 +91,7 @@ func roundTrip(w http.ResponseWriter, req *http.Request) {
                rounds.RoundDenyFonts,
                rounds.RoundTranscodeWebP,
                rounds.RoundTranscodeJXL,
+               rounds.RoundTranscodeAVIF,
                rounds.RoundRedirectHTML,
        } {
                cont, err := round(host, resp, w, req)