Skip to content

Commit

Permalink
Update AVInput.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
kprasad96 authored Nov 26, 2024
1 parent 5633742 commit 72fdef9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions AVInput/AVInput.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -783,8 +783,8 @@ void AVInput::AVInputVideoModeUpdate( int port , dsVideoPortResolution_t resolut
params["width"] = 1280;
params["height"] = 720;
break;

case dsVIDEO_PIXELRES_1920x1080:
case dsVIDEO_PIXELRES_1920x1080:
params["width"] = 1920;
params["height"] = 1080;
break;
Expand Down

0 comments on commit 72fdef9

Please sign in to comment.