cleanup in video_renderer.c

This commit is contained in:
F. Duncanh
2025-08-07 16:14:18 -04:00
parent 56bdfbbda8
commit 3e1d83d7d6
2 changed files with 18 additions and 11 deletions

View File

@@ -2632,7 +2632,7 @@ int main (int argc, char *argv[]) {
url.erase();
raop_remove_known_connections(raop);
}
const char *uri = (url.empty() ? NULL : url.c_str());
const char *uri = (url.empty() ? NULL : url.c_str());
video_renderer_init(render_logger, server_name.c_str(), videoflip, video_parser.c_str(),
video_decoder.c_str(), video_converter.c_str(), videosink.c_str(),
videosink_options.c_str(), fullscreen, video_sync, h265_support, playbin_version, uri);