Browse Source

vlc_input_item: remove INPUT_DURATION_ZERO

If a duration is explicitly 0 (an item that won't play any content) then it can
be set to 0 directly.
pull/73/head
Steve Lhomme 8 years ago
parent
commit
b1d0b2a337
  1. 1
      include/vlc_input_item.h

1
include/vlc_input_item.h

@ -127,7 +127,6 @@ struct input_item_t
/* placeholder duration for items with no known duration at time of creation
* it may remain the duration for items like a node/directory */
#define INPUT_DURATION_UNSET VLC_TICK_INVALID
#define INPUT_DURATION_ZERO 0 /* an item with a zero duration */
#define INPUT_DURATION_INDEFINITE (-1) /* item with a known indefinite duration (live/continuous source) */
enum input_item_net_type

Loading…
Cancel
Save