JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
128 stars 53 forks source link

UndefVarError: start_reading not defined #54

Closed SimonDanisch closed 9 years ago

SimonDanisch commented 9 years ago

Before I step into this, while this is easy to fix for someone who knows VideIO:

julia> using VideoIO
WARNING: int32(x) is deprecated, use Int32(x) instead.
 in int32 at deprecated.jl:49
 in include_from_node1 at loading.jl:133
while loading C:\Users\Sim\.julia\v0.4\VideoIO\src\ffmpeg\AVUtil\v52\libavutil_h.jl, in expression starting on line 679
ERROR: LoadError: LoadError: UndefVarError: start_reading not defined
 in open_stdout_stderr at C:\Users\Sim\.julia\v0.4\VideoIO\src\util.jl:37
while loading C:\Users\Sim\.julia\v0.4\VideoIO\src\avio.jl, in expression starting on line 588
while loading C:\Users\Sim\.julia\v0.4\VideoIO\src\VideoIO.jl, in expression starting on line 13
julia> versioninfo()
Julia Version 0.4.0-dev+5293
Commit 608fc91* (2015-06-10 09:21 UTC)
Platform Info:
  System: Windows (x86_64-w64-mingw32)
  CPU: Intel(R) Core(TM) i5-4200U CPU @ 1.60GHz
  WORD_SIZE: 64
  BLAS: libopenblas (USE64BITINT DYNAMIC_ARCH NO_AFFINITY Haswell)
  LAPACK: libopenblas
  LIBM: libopenlibm
  LLVM: libLLVM-3.3

Thanks, Simon

kmsquire commented 9 years ago

Thanks for filing the issue, Simon. I've started working on a big refactor of VideoIO, but it's been challenging finding time to work on it. I do have a long flight tonight, however, so I might see what I can do...