Home
last modified time | relevance | path

Searched refs:ICDECOMPRESS_PREROL (Results 1 – 6 of 6) sorted by relevance

/dports/multimedia/mencoder/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd_vfw.c337 ( ((flags&3)==2 && !(sh->ds->flags&1))?(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL):0 ), in decode()
/dports/multimedia/mplayer/mplayer-export-2021-12-29/libmpcodecs/
H A Dvd_vfw.c337 ( ((flags&3)==2 && !(sh->ds->flags&1))?(ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL):0 ), in decode()
/dports/multimedia/mencoder/mplayer-export-2021-12-29/loader/wine/
H A Dvfw.h346 #define ICDECOMPRESS_PREROL 0x20000000 /* this frame is before real start */ macro
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/wine/
H A Dvfw.h342 #define ICDECOMPRESS_PREROL 0x20000000 /* this frame is before real start */ macro
/dports/multimedia/mplayer/mplayer-export-2021-12-29/loader/wine/
H A Dvfw.h346 #define ICDECOMPRESS_PREROL 0x20000000 /* this frame is before real start */ macro
/dports/multimedia/libxine/xine-lib-1.2.11/src/libw32dll/
H A Dw32codec.c880 flags |= ICDECOMPRESS_HURRYUP|ICDECOMPRESS_PREROL; in w32v_decode_data()