Skip to content

Commit

Permalink
small fix use video2 for bcm7444
Browse files Browse the repository at this point in the history
  • Loading branch information
atvcaptain committed Jan 18, 2017
1 parent f2fd56a commit d62a778
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.c
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ int main(int argc, char **argv)
{
if (!quiet)
fprintf(stderr, "Grabbing Video ...\n");
if (stb_type == BRCM7366 || stb_type == BRCM7251 || stb_type == BRCM7252)
if (stb_type == BRCM7366 || stb_type == BRCM7251 || stb_type == BRCM7252 || stb_type == BRCM7444)
{
getvideo2(video, &xres_v,&yres_v);
}
Expand Down

0 comments on commit d62a778

Please sign in to comment.