use old code for now

This commit is contained in:
itsmattkc 2024-08-13 12:55:18 -07:00
parent 98ac4e9d71
commit 39ae7eeb0f

View file

@ -124,8 +124,8 @@ void handle_video_packet(vanilla_event_handler_t event_handler, void *context, u
}
if (video_packet_seq_end != -1) {
int complete_frame = 1;
if (complete_frame) {
// int complete_frame = 1;
if (is_streaming) {
// Combine segments
char video_packet[100000];
size_t video_packet_size = 0;