Commit 1ba9ece8 authored by mstorsjo's avatar mstorsjo

Add doxygen docs for av_xiphlacing

Patch by Josh Allmann (joshua allmann gmail com)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@22632 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent c70f68b0
......@@ -3784,6 +3784,13 @@ int av_picture_crop(AVPicture *dst, const AVPicture *src,
int av_picture_pad(AVPicture *dst, const AVPicture *src, int height, int width, enum PixelFormat pix_fmt,
int padtop, int padbottom, int padleft, int padright, int *color);
/**
* Encodes 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.
*/
unsigned int av_xiphlacing(unsigned char *s, unsigned int v);
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment