# HG changeset patch # User michael # Date 1263096394 0 # Node ID b4a6e414ef002ed9cc26b016d320cf35cbe37c34 # Parent 81efba80e7357a337923dd8222c2c33f6a237244 Doxy for ff_match_2uint16(). diff -r 81efba80e735 -r b4a6e414ef00 internal.h --- 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 */