diff --git a/submodules/FFMpegBinding/Sources/FFMpegAVIOContext.m b/submodules/FFMpegBinding/Sources/FFMpegAVIOContext.m index 6a0cc03e29..eb1170d1a7 100644 --- a/submodules/FFMpegBinding/Sources/FFMpegAVIOContext.m +++ b/submodules/FFMpegBinding/Sources/FFMpegAVIOContext.m @@ -20,7 +20,7 @@ return nil; } _impl->direct = 1; - _impl->seekable = 0; + //_impl->seekable = 0; } return self; }