use video_reset for callbacks that exit main_loop (no changes)

This commit is contained in:
F. Duncanh
2026-02-10 14:47:24 -05:00
parent 6a5dfc3fde
commit c7d1ca83f0
2 changed files with 75 additions and 31 deletions

View File

@@ -61,10 +61,12 @@ typedef enum video_codec_e {
} video_codec_t;
typedef enum reset_type_e {
RESET_TYPE_NOHOLD,
RESET_TYPE_RTP_SHUTDOWN,
RESET_TYPE_HLS_SHUTDOWN,
RESET_TYPE_HLS_EOS
RESET_TYPE_NOHOLD,
RESET_TYPE_RTP_SHUTDOWN,
RESET_TYPE_HLS_SHUTDOWN,
RESET_TYPE_HLS_EOS,
RESET_TYPE_ON_VIDEO_PLAY,
RESET_TYPE_TEARDOWN_110
} reset_type_t;
struct raop_callbacks_s {