mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 06:40:15 +00:00
modernized video display, audio playback and vo postprocess APIs THe APIs were already recently updated so modernize it by using bool where the return value is semantically boolean value. Using TRUE/FALSE is inherently ambiguous because it is not obvious from the prototype if success is 0 or TRUE (1).