예제 #1
0
파일: video.c 프로젝트: kytvi2p/uTox
_Bool video_endread(void) {
    if(utox_v4l_fd == -1) {
        return 1;
    }

    return v4l_endread();
}
예제 #2
0
파일: video.c 프로젝트: Matsu616/uTox
bool native_video_endread(void) {
    if (utox_v4l_fd == -1) {
        return true;
    }

    return v4l_endread();
}