FS-11024 #resolve fix pdf turn pages

This commit is contained in:
Seven Du
2018-03-13 20:30:10 +08:00
committed by Mike Jerris
parent 5a0a992a20
commit 89c39dd6b9
@@ -465,6 +465,7 @@ static switch_status_t imagick_file_seek(switch_file_handle_t *handle, unsigned
context->same_page = 0;
*cur_sample = page;
handle->vpos = page;
handle->pos = page * (handle->samplerate / 1000);
}
return status;