_Bool video_endread(void) { if(utox_v4l_fd == -1) { return 1; } return v4l_endread(); }
bool native_video_endread(void) { if (utox_v4l_fd == -1) { return true; } return v4l_endread(); }