diff options
Diffstat (limited to 'include/xine/buffer.h')
-rw-r--r-- | include/xine/buffer.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/xine/buffer.h b/include/xine/buffer.h index 76302dd93..6959b1de0 100644 --- a/include/xine/buffer.h +++ b/include/xine/buffer.h @@ -391,6 +391,9 @@ struct buf_element_s { * decoder_info[2] carries denominator for display aspect ratio */ #define BUF_FLAG_ASPECT 0x0800 +/* represent the state of gapless_switch at the time buf was enqueued */ +#define BUF_FLAG_GAPLESS_SW 0x1000 + /** * \defgroup buffer_special Special buffer types: |