Skip to content

Commit

Permalink
Update test.c
Browse files Browse the repository at this point in the history
  • Loading branch information
itouakirai authored Sep 9, 2024
1 parent aac57d8 commit 3fc32df
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test.c
Original file line number Diff line number Diff line change
Expand Up @@ -431,6 +431,9 @@ inline static int new_socket() {
}
}

union std_string {
char* data;
};

const char* get_m3u8_method_play(uint8_t leaseMgr[16], unsigned long adam) {
union std_string HLS = new_std_string_short_mode("HLS");
Expand Down

0 comments on commit 3fc32df

Please sign in to comment.