Skip to content

Commit

Permalink
gh #44 Updated tvSettings.h
Browse files Browse the repository at this point in the history
  • Loading branch information
arjunbinu authored and arjunbinusky committed Nov 25, 2024
1 parent 2864edb commit 62770fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/tvSettings.h
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,7 @@ tvError_t GetCurrentVideoFrameRate(tvVideoFrameRate_t *format);
*
* @pre TvInit() should be called before calling this API
*/
tvError_t GetCurrentVideoSource(int *currentSource);
tvError_t GetCurrentVideoSource(tvVideoSrcType_t *currentSource);

/**
* @brief Gets supported video sources of the system.
Expand Down

0 comments on commit 62770fa

Please sign in to comment.