mirror of
https://github.com/pikvm/ustreamer.git
synced 2026-03-16 04:23:42 +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_frame_init(const char *path) {
|
||||||
struct frame_t *blank = NULL;
|
struct frame_t *blank = NULL;
|
||||||
|
|
||||||
if (path) {
|
if (path && path[0] != '\0') {
|
||||||
blank = _init_external(path);
|
blank = _init_external(path);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user