X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Faccess%2Fvcdx%2Fintf.h;h=3a1cf9a0c39704829e7b2d5b6ba24ecc26ea0960;hb=449fd28aaf007c6411251dae9d0dbfdc65b135d1;hp=b003c92f37de68e5fee06e61289c2104b16fa184;hpb=05eac2dbdf9f3a3231dc2eefda62202837fdeec6;p=vlc diff --git a/modules/access/vcdx/intf.h b/modules/access/vcdx/intf.h index b003c92f37..3a1cf9a0c3 100644 --- a/modules/access/vcdx/intf.h +++ b/modules/access/vcdx/intf.h @@ -33,8 +33,8 @@ struct intf_sys_t input_thread_t *p_input; vcdplayer_t *p_vcdplayer; - vlc_bool_t b_still; /* True if we are in a still frame */ - vlc_bool_t b_infinite_still; /* True if still wait time is infinite */ + bool b_still; /* True if we are in a still frame */ + bool b_infinite_still; /* True if still wait time is infinite */ mtime_t m_still_time; /* Time in microseconds remaining to wait in still frame. */ @@ -43,7 +43,7 @@ struct intf_sys_t #else int control; #endif - vlc_bool_t b_click, b_move, b_key_pressed; + bool b_click, b_move, b_key_pressed; }; int vcdIntfStillTime( struct intf_thread_t * p_intf, uint8_t wait_time);