cl_aviFrameRate
OpenJK
Needs review. The inventory/provenance evidence is recorded, but some behavior, options, or attribution still lacks a direct user-facing source.
Controls cl_aviFrameRate in the engine-client module. Consult the cited behavior reads before relying on values not listed here.
At a glance
| Field | Value |
|---|---|
| Category | Demos & media |
| Module | engine-client |
| Also registered in | engine-client |
| Renderer | All / not renderer-specific |
| Network scope | client-only — Local to the client/UI/renderer. |
| Derivation | code-trace |
| Confidence | medium |
| In-game xdocs | No |
| In-game menu | No |
| Default | 25 |
| Value type | bitmask |
| Restart | No latch flag is registered. |
| Cheat protected | No |
Values
No discrete value list is enforced or documented in the inspected source.
Flags
CVAR_ARCHIVE— saved to the user configuration
Provenance
Origin: OpenJK
- Ultimate-origin introduction:
66642f7cd25ain OpenJK (content authored2013-04-13, integrated2013-04-13) - Upstream registration evidence: codemp/client/cl_main.cpp:2759
- Attribution method:
shared-earliest-commit-lineage-order - Attribution confidence:
medium - Notes: The earliest authored/submitted introduction is shared by openjk, eternaljk, rend2, taystjk, japro, newjk, vulkan; fork-lineage order selects openjk.
Dated project introductions
Authored dates come from the exact registration’s first content commit, PR dates identify when work was proposed to each project, and integration dates come from each first-parent mainline. A project merging first does not override earlier upstream authorship or submission.
| Project | Authored | PR opened | Integrated | Commit | Relationship |
|---|---|---|---|---|---|
| OpenJK | 2013-04-13 |
— | 2013-04-13 |
66642f7cd25a |
Ultimate origin |
| EternalJK | 2013-04-13 |
— | 2013-04-13 |
66642f7cd25a |
Shared integration commit |
| rend2 | 2013-04-13 |
— | 2013-04-13 |
66642f7cd25a |
Shared integration commit |
| TaystJK | 2013-04-13 |
— | 2013-04-13 |
66642f7cd25a |
Shared integration commit |
| jaPRO | 2013-04-13 |
— | 2013-04-13 |
66642f7cd25a |
Shared integration commit |
| NewJK / NewMod | 2013-04-13 |
— | 2013-04-13 |
66642f7cd25a |
Shared integration commit |
| Vulkan | 2013-04-13 |
— | 2013-04-13 |
66642f7cd25a |
Shared integration commit |
| JK2MV | 2016-09-06 |
— | 2016-10-27 |
bf4971ea0c0b |
Other project appearance |
Later changes
These commits occur after the ultimate-origin introduction on TaystJK’s inherited first-parent lineage. Registration evidence is exact; behavior evidence requires a changed bound cvar reference or a changed registered command-handler hunk.
| Date | Change source | Commit / subject | Evidence | Confidence |
|---|---|---|---|---|
2013-10-25 |
OpenJK | b0d61035c755[MP] Plausible fix from q3mme/ent for avi record sync issues. |
Changed an exact bound cvar-variable reference. codemp/client/cl_main.cpp |
medium |
2013-10-26 |
OpenJK | 1520ebb09e32[MP] Fixed audio desync with avi record. |
Changed an exact bound cvar-variable reference. codemp/client/snd_dma.cpp |
medium |
2013-11-02 |
OpenJK | 22badd6b5cf9[MP] Try ioq3’s version of the video record desync fix. Though technically its not any different. |
Changed an exact bound cvar-variable reference. codemp/client/cl_main.cpp, codemp/client/snd_dma.cpp |
medium |
2015-02-08 |
OpenJK | e6464f352161[Shared] Rename min/max macro to Q_min/Q_max |
Changed an exact bound cvar-variable reference. codemp/client/cl_main.cpp, codemp/client/snd_dma.cpp |
medium |
Evidence
- registration: codemp/client/cl_main.cpp:3328 (Cvar_Get)
- behavior: codemp/client/cl_avi.cpp:343
- behavior: codemp/client/cl_main.cpp:2496
- behavior: codemp/client/cl_avi.cpp:361
- behavior: codemp/client/cl_main.cpp:2498
- behavior: codemp/client/snd_dma.cpp:2854