Commit 1e101038 authored by Laurent Aimar's avatar Laurent Aimar

Fixed VLC_CANCEL_INIT value.

Threads can be cancelled and are not killed by default.
parent ecabf5dd
...@@ -157,7 +157,7 @@ typedef struct vlc_cancel_t ...@@ -157,7 +157,7 @@ typedef struct vlc_cancel_t
bool killed; bool killed;
} vlc_cancel_t; } vlc_cancel_t;
# define VLC_CANCEL_INIT { NULL, false, true } # define VLC_CANCEL_INIT { NULL, true, false }
#endif #endif
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment