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

getproperty / propertynames issue #350

Open tshort opened 2 years ago

tshort commented 2 years ago

For the type Ptr{VideoIO.libffmpeg.AVCodecContext}, propertynames returns values that don't work with getproperty. See an example at https://github.com/tshort/Eyeball.jl/issues/24.