mirror of
https://github.com/outbackdingo/UltraGrid.git
synced 2026-03-21 17:40:23 +00:00
DVS capture: silence some another warning
This commit is contained in:
@@ -283,7 +283,7 @@ void *vidcap_dvs_init(char *fmt, unsigned int flags)
|
||||
s->frame->color_spec = codec_info[i].codec;
|
||||
}
|
||||
}
|
||||
if (s->frame->color_spec == 0xffffffff) {
|
||||
if (s->frame->color_spec == (codec_t) 0xffffffff) {
|
||||
fprintf(stderr, "dvs: unknown codec: %s\n", tmp);
|
||||
free(tmp);
|
||||
return 0;
|
||||
|
||||
Reference in New Issue
Block a user