Mercurial > libavcodec.hg
changeset 10834:b4a6e414ef00 libavcodec
Doxy for ff_match_2uint16().
author | michael |
---|---|
date | Sun, 10 Jan 2010 04:06:34 +0000 |
parents | 81efba80e735 |
children | d1115fb7e914 |
files | internal.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/internal.h Sun Jan 10 04:04:51 2010 +0000 +++ b/internal.h Sun Jan 10 04:06:34 2010 +0000 @@ -42,6 +42,10 @@ */ AVHWAccel *ff_find_hwaccel(enum CodecID codec_id, enum PixelFormat pix_fmt); +/** + * Return the index into tab at which {a,b} match elements {[0],[1]} of tab. + * If there is no such matching pair then size is returned. + */ int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b); #endif /* AVCODEC_INTERNAL_H */