Esempio n. 1
0
File: video.c Progetto: kytvi2p/uTox
_Bool video_endread(void) {
    if(utox_v4l_fd == -1) {
        return 1;
    }

    return v4l_endread();
}
Esempio n. 2
0
bool native_video_endread(void) {
    if (utox_v4l_fd == -1) {
        return true;
    }

    return v4l_endread();
}