comparison internal.h @ 10834:b4a6e414ef00 libavcodec

Doxy for ff_match_2uint16().
author michael
date Sun, 10 Jan 2010 04:06:34 +0000
parents 81efba80e735
children 7dd2a45249a9
comparison
equal deleted inserted replaced
10833:81efba80e735 10834:b4a6e414ef00
40 * @param pix_fmt the pixel format to match 40 * @param pix_fmt the pixel format to match
41 * @return the hardware accelerated codec, or NULL if none was found. 41 * @return the hardware accelerated codec, or NULL if none was found.
42 */ 42 */
43 AVHWAccel *ff_find_hwaccel(enum CodecID codec_id, enum PixelFormat pix_fmt); 43 AVHWAccel *ff_find_hwaccel(enum CodecID codec_id, enum PixelFormat pix_fmt);
44 44
45 /**
46 * Return the index into tab at which {a,b} match elements {[0],[1]} of tab.
47 * If there is no such matching pair then size is returned.
48 */
45 int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b); 49 int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b);
46 50
47 #endif /* AVCODEC_INTERNAL_H */ 51 #endif /* AVCODEC_INTERNAL_H */