]> git.sesse.net Git - nageru/commit
Collapse all the 10-bit flags.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 21 Jul 2022 21:35:57 +0000 (23:35 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Thu, 21 Jul 2022 21:35:57 +0000 (23:35 +0200)
commitf34a3e1bbc207541842e0b54d5418d95bafc8e5b
tree3d47ee498fe06ac710f6fdb5aef125f691336d7c
parentd92973cb0206e84529011bc8edd644e1a25374bd
Collapse all the 10-bit flags.

It's unlikely that a user would want 10-bit input but not 10-bit-output,
or the other way around. Having only one flag simplifies things for the
user (although not much in the code, as we're already fp16 internally
anyway).
12 files changed:
nageru/av1_encoder.cpp
nageru/decklink_capture.cpp
nageru/decklink_output.cpp
nageru/flags.cpp
nageru/flags.h
nageru/mixer.cpp
nageru/quicksync_encoder.cpp
nageru/scene.cpp
nageru/theme.cpp
nageru/timecode_renderer.cpp
nageru/x264_encoder.cpp
nageru/x264_speed_control.cpp