Skip to content

Commit

Permalink
Adds deprecations
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwanirathee committed Oct 13, 2023
1 parent c57eaff commit 993ea86
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/VideoIO.jl
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ include("frame_graph.jl")
include("avio.jl")
include("encoding.jl")
include("testvideos.jl")

include("deprecations.jl")

using .TestVideos

if Sys.islinux()
Expand Down
3 changes: 3 additions & 0 deletions src/deprecations.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# current deprecations

@deprecate get_camera_devices(ffmpeg, idev, idev_name) get_camera_devices(idev, idev_name)

0 comments on commit 993ea86

Please sign in to comment.