search for: ogg_stream_setdiscont

Displaying 1 result from an estimated 1 matches for "ogg_stream_setdiscont".

Did you mean: ogg2_stream_setdiscont
2007 Apr 14
0
Discontinuous stream support in libogg1
...the gap */ ogg_int64_t granulepos; + int discont; /* 0 = continuous, 1 = discontinuous */ } ogg_stream_state; @@ -176,6 +177,7 @@ /* Ogg BITSTREAM PRIMITIVES: general ***************************/ extern int ogg_stream_init(ogg_stream_state *os,int serialno); +extern int ogg_stream_setdiscont(ogg_stream_state *os); extern int ogg_stream_clear(ogg_stream_state *os); extern int ogg_stream_reset(ogg_stream_state *os); extern int ogg_stream_reset_serialno(ogg_stream_state *os,int serialno); Index: src/framing.c ==============================================================...