pull/3471/head
kallaballa 3 years ago
parent eb697124bd
commit a9c8aa539d
  1. 2
      src/tetra/tetra-demo.cpp

@ -2,10 +2,10 @@
constexpr long unsigned int WIDTH = 1920;
constexpr long unsigned int HEIGHT = 1080;
constexpr double FPS = 60;
constexpr bool OFFSCREEN = true;
constexpr const char* OUTPUT_FILENAME = "tetra-demo.mkv";
constexpr const int VA_HW_DEVICE_INDEX = 0;
constexpr double FPS = 60;
#include "../common/subsystems.hpp"

Loading…
Cancel
Save