mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-03-06 07:36:12 -05:00
obs-outputs: Remove unused variable
This commit is contained in:
@@ -453,7 +453,6 @@ static inline bool send_headers(struct rtmp_stream *stream)
|
||||
stream->sent_headers = true;
|
||||
size_t i = 0;
|
||||
bool next = true;
|
||||
bool fail = false;
|
||||
|
||||
if (!send_audio_header(stream, i++, &next))
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user