Skip to content

Commit

Permalink
try remove write refs
Browse files Browse the repository at this point in the history
  • Loading branch information
IanButterworth committed Nov 28, 2023
1 parent d3213bf commit c695410
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/encoding.jl
Original file line number Diff line number Diff line change
Expand Up @@ -468,7 +468,7 @@ occurred.
- `thread_count::Union{Nothing, Int} = nothing`: The number of threads the codec is
allowed to use, or `nothing` for default codec behavior. Defaults to `nothing`.
See also: [`write`](@ref), [`close_video_out!`](@ref)
See also: [`close_video_out!`](@ref)
"""
open_video_out(s::AbstractString, args...; kwargs...) = VideoWriter(s, args...; kwargs...)

Expand All @@ -494,8 +494,7 @@ Encoding options, restrictions on frame size and element type, and other
details are described in [`open_video_out`](@ref). All keyword arguments are
passed to `open_video_out`.
See also: [`open_video_out`](@ref), [`write`](@ref),
[`close_video_out!`](@ref)
See also: [`open_video_out`](@ref), [`close_video_out!`](@ref)
"""
function save(filename::String, imgstack; kwargs...)
open_video_out(filename, first(imgstack); kwargs...) do writer
Expand Down

0 comments on commit c695410

Please sign in to comment.