|
VLC
2.1.0-git
|

Go to the source code of this file.
Data Structures | |
| struct | input_item_owner |
Macros | |
| #define | item_owner(item) ((struct input_item_owner *)(item)) |
Typedefs | |
| typedef struct input_item_owner | input_item_owner_t |
Functions | |
| void | input_item_SetErrorWhenReading (input_item_t *p_i, bool b_error) |
| void | input_item_UpdateTracksInfo (input_item_t *item, const es_format_t *fmt) |
| #define item_owner | ( | item | ) | ((struct input_item_owner *)(item)) |
Referenced by input_item_Hold(), and input_item_Release().
| typedef struct input_item_owner input_item_owner_t |
| void input_item_SetErrorWhenReading | ( | input_item_t * | p_i, |
| bool | b_error | ||
| ) |
| void input_item_UpdateTracksInfo | ( | input_item_t * | item, |
| const es_format_t * | fmt | ||
| ) |
References input_item_t::es, es_format_Clean(), es_format_Copy(), input_item_t::i_es, es_format_t::i_id, input_item_t::lock, TAB_APPEND, vlc_mutex_lock(), and vlc_mutex_unlock().
Referenced by EsOutUpdateInfo().
1.8.1.2