Skip to content

Commit 8147ff5

Browse files
committed
What the hell is happening?
1 parent 9c9212a commit 8147ff5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

software/player/src/segavideo_player.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,10 +148,12 @@ bool segavideo_validateHeader(const uint8_t* videoData) {
148148
}
149149
}
150150

151+
/*
151152
if (header->format != SEGAVIDEO_HEADER_FORMAT) {
152153
kprintf("Header format does not match! New revision?\n");
153154
return false;
154155
}
156+
*/
155157

156158
return true;
157159
}

0 commit comments

Comments
 (0)