mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-02-19 08:16:31 +00:00
fix
This commit is contained in:
@@ -39,7 +39,7 @@ static void _jpeg_error_handler(j_common_ptr jpeg);
|
||||
struct frame_t *blank_frame_init(const char *path) {
|
||||
struct frame_t *blank = NULL;
|
||||
|
||||
if (path) {
|
||||
if (path && path[0] != '\0') {
|
||||
blank = _init_external(path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user