We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a34a4 commit 4ac77bbCopy full SHA for 4ac77bb
1 file changed
src/serum-decode.cpp
@@ -1665,15 +1665,10 @@ bool CheckExtraFrameAvailable(uint32_t frID) {
1665
}
1666
1667
void Colorize_Framev2(uint8_t* frame, uint32_t IDfound,
1668
-<<<<<<< HEAD
1669
- bool applySceneBackground = false) {
1670
-=======
1671
bool applySceneBackground = false,
1672
bool blackOutStaticContent = false) {
1673
- uint16_t tj, ti;
1674
// Generate the colorized version of a frame once identified in the crom
1675
// frames
1676
->>>>>>> master
1677
bool isextra = CheckExtraFrameAvailable(IDfound);
1678
mySerum.flags &= 0b11111100;
1679
0 commit comments