Changeset 3782
- Timestamp:
- 2008-11-14 13:45:06 (2 months ago)
- Files:
-
- liboggz/trunk/src/tools/oggz-validate.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
liboggz/trunk/src/tools/oggz-validate.c
r3778 r3782 343 343 344 344 timestamp = gp_to_time (oggz, serialno, op->granulepos); 345 if (timestamp != -1.0 ) {345 if (timestamp != -1.0 && oggz_stream_get_content (oggz, serialno) != OGGZ_CONTENT_DIRAC) { 346 346 if (timestamp < current_timestamp) { 347 347 ret = log_error();