Created by: xxr3376
PyAV will throw OverflowError: value too large to convert to int when opening a python file object larger than 2GB, but open by filename is ok.
I found that pyio_seek_gil should return int64_t instead of int for opening a large file.