skip the first rotation

This is as described in design/time.md.
This commit is contained in:
Scott Lamb
2016-12-29 13:07:25 -08:00
parent cc297adc75
commit c7443436a5
2 changed files with 10 additions and 9 deletions

View File

@@ -1408,7 +1408,7 @@ mod tests {
let extra_data = input.get_extra_data().unwrap();
let video_sample_entry_id = db.db.lock().insert_video_sample_entry(
extra_data.width, extra_data.height, &extra_data.sample_entry).unwrap();
let mut output = db.dir.create_writer(&db.syncer_channel, None, 0,
let mut output = db.dir.create_writer(&db.syncer_channel, None,
TEST_CAMERA_ID, video_sample_entry_id).unwrap();
// end_pts is the pts of the end of the most recent frame (start + duration).