FS-11024 #resolve fix pdf turn pages
This commit is contained in:
parent
d0dae4b360
commit
d7fb26b12a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue