Changeset 2886
- Timestamp:
- 2007-06-11 05:07:30 (2 years ago)
- Files:
-
- liboggz/trunk/src/liboggz/oggz_read.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
liboggz/trunk/src/liboggz/oggz_read.c
r2563 r2886 356 356 reader->read_packet (oggz, op, serialno, reader->read_user_data); 357 357 } 358 359 /* Mark this stream as having delivered a non b_o_s packet if so. 360 * In the case where there is no packet reading callback, this is 361 * also valid as the page reading callback has already been called. 362 */ 363 if (!op->b_o_s) stream->delivered_non_b_o_s = 1; 358 364 } 359 365 else