mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-30 17:58:37 +08:00
3ae9d6a106
The do_log function defined for the muxer expects that the struct is named stream rather than output. So rename output to stream. This also avoids confusion with stream->output which is an obs_output_t pointer. Signed-off-by: pkv <pkv@obsproject.com>