Skip to content

Commit

Permalink
Remove redundant definition and add lock/unlock player.
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebrady committed Aug 6, 2022
1 parent f64793e commit 6f7dc3d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rtsp.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ extern rtsp_conn_info **conns;

void *rtsp_listen_loop(__attribute((unused)) void *arg);

void release_play_lock(rtsp_conn_info *conn);
void lock_player();
void unlock_player();

// initialise and completely delete the metadata stuff

Expand Down

0 comments on commit 6f7dc3d

Please sign in to comment.