Quellcodebibliothek Statistik Leitseite products/sources/formale Sprachen/C/Firefox/media/ffvpx/   (Browser von der Mozilla Stiftung Version 136.0.1©)  Datei vom 10.2.2025 mit Größe 741 B image not shown  

Quelle  no-unicode-stdio.patch   Sprache: unbekannt

 
Spracherkennung für: .patch vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

diff --git a/media/ffvpx/libavutil/tx.c b/media/ffvpx/libavutil/tx.c
--- a/media/ffvpx/libavutil/tx.c
+++ b/media/ffvpx/libavutil/tx.c
@@ -603,17 +603,17 @@ static void print_cd_info(const FFTXCode
     print_type(&bp, cd->type);
 
     av_bprintf(&bp, ", len: ");
     if (!len) {
         if (cd->min_len != cd->max_len)
             av_bprintf(&bp, "[%i, ", cd->min_len);
 
         if (cd->max_len == TX_LEN_UNLIMITED)
-            av_bprintf(&bp, "∞");
+            av_bprintf(&bp, "unlimited");
         else
             av_bprintf(&bp, "%i", cd->max_len);
     } else {
         av_bprintf(&bp, "%i", len);
     }
 
     if (cd->factors[1]) {
         av_bprintf(&bp, "%s, factors", !len && cd->min_len != cd->max_len ? "]" : "");

[ Dauer der Verarbeitung: 0.34 Sekunden  ]