Example #1
0
File: video.c Project: kytvi2p/uTox
_Bool video_endread(void) {
    if(utox_v4l_fd == -1) {
        return 1;
    }

    return v4l_endread();
}
Example #2
0
bool native_video_endread(void) {
    if (utox_v4l_fd == -1) {
        return true;
    }

    return v4l_endread();
}