FS-11024 #resolve fix pdf turn pages

This commit is contained in:
Seven Du 2018-03-13 20:30:10 +08:00 committed by Muteesa Fred
parent d0dae4b360
commit d7fb26b12a
1 changed files with 1 additions and 0 deletions

View File

@ -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;