diff --git a/DOCS/Hungarian/faq.html b/DOCS/Hungarian/faq.html index 1b5d51fd28..3ffee81d40 100644 --- a/DOCS/Hungarian/faq.html +++ b/DOCS/Hungarian/faq.html @@ -207,7 +207,7 @@ az SDL DGA-ja is m Mit jelentenek azok a számok a status sorban? A: lássuk:
-       A:   2.1  V:   2.2  A-V: -0.167  ct:  0.042   57  41%   0%  2.6% 0 4
+       A:   2.1  V:   2.2  A-V: -0.167  ct:  0.042   57  41%   0%  2.6% 0 4 49%
      - A: audio pozíció másodpercben
      - V: video pozíció másodpercben
      - A-V: audio-video eltérés másodpercben (késés)
@@ -218,7 +218,8 @@ az SDL DGA-ja is m
      - video output cpu használat AVI-nál, MPEG-nél 0 (lásd fent)
      - audio codec cpu használat százalékban
      - kihagyandó képkockák száma, hogy A-V szinkron megmaradjon
-     - a képjavítás jelenlegi szintje (-autoq használatánál)
+ - a képjavítás jelenlegi szintje (-autoq használatánál) + - a cache jelenlegi telítettsége (~50% a normális) Legtöbbjük hibakeresési célokat szolgál, és hamarosan megszűnik.   diff --git a/DOCS/documentation.html b/DOCS/documentation.html index d98eb6597b..66fcea7c56 100644 --- a/DOCS/documentation.html +++ b/DOCS/documentation.html @@ -1502,6 +1502,11 @@ Anyone has closer info?

  • Open source QT RPZA decoder
  • +
  • Wojtek Kaniewski +
      +
    • Mouse wheel support
    • +
  • +

    Main testers:

    diff --git a/DOCS/faq.html b/DOCS/faq.html index 1ab6b67865..7daa740e63 100644 --- a/DOCS/faq.html +++ b/DOCS/faq.html @@ -240,7 +240,7 @@ It's much faster. If SDL's DGA works too, use that, it'll be EVEN faster! Q: What is the meaning of numbers in the status line? A: -See: A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57 41% 0% 2.6% 0 4
    +See: A: 2.1 V: 2.2 A-V: -0.167 ct: 0.042 57 41% 0% 2.6% 0 4 49%
    • A: audio position in seconds
    • V: video position in seconds @@ -252,6 +252,7 @@ See: A: 2.1 V
    • audio codec cpu usage in percent
    • frames needed to drop to maintain A-V sync
    • current level of image postprocessing (when using -autoq) +
    • current cache size used (normal is ~50%)
    Most of them are for debug purposes, and will be removed soon.