mirror of
https://github.com/vanilla-wiiu/vanilla.git
synced 2025-01-22 16:21:48 -05:00
use old code for now
This commit is contained in:
parent
98ac4e9d71
commit
39ae7eeb0f
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue