I noticed that the documentation says, that the signature of transcode is
transcode(codec::Codec, data::Vector{UInt8})::Vector{UInt8}
but then for the code we have the signature
transcode(codec::Codec, data::ByteData)
Should maybe maybe the documentation be adjusted?