av_xiphlacing

Encode extradata length to a buffer. Used by xiph codecs.

@param s buffer to write to; must be at least (v/255+1) bytes long @param v size of extradata in bytes @return number of bytes written to the buffer.

extern (C) @nogc nothrow
uint
av_xiphlacing
(
ubyte* s
,
uint v
)

Meta