-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🏗 (file): Replace FIL by interface::File in Video #580
🏗 (file): Replace FIL by interface::File in Video #580
Conversation
Codecov Report
@@ Coverage Diff @@
## develop #580 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 108 107 -1
Lines 1689 1690 +1
=========================================
+ Hits 1689 1690 +1
📣 Codecov can now indicate which changes are the most critical in Pull Requests. Learn more |
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
File comparision analysis report🔖 Info
Click to show memory sections
📝 SummaryClick to show summary
🗺️ Map files diff outputClick to show diff list
|
bdabf97
to
acba950
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
@@ -60,8 +59,9 @@ auto CoreJPEG::getWidthOffset() -> uint32_t | |||
return width_offset; | |||
} | |||
|
|||
void CoreJPEG::displayImage(FIL *file) | |||
void CoreJPEG::displayImage(interface::File *file) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
c'est pas vraiment lié au changement, mais je vois qu'on utilise un pointer mais qu'on check pas qu'il est pas nullptr. on ne peut pas passer une référence plutôt?
acba950
to
c024773
Compare
Kudos, SonarCloud Quality Gate passed! |
No description provided.