Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/transcode.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ function transcode!(
codec::Codec,
input::Buffer,
)
@assert input.data !== output.data "input and outbut buffers must be independent"
Comment thread
baumgold marked this conversation as resolved.
Outdated
error = Error()
code = startproc(codec, :write, error)
if code === :error
Expand Down