[FFmpeg-cvslog] r21115 - trunk/libavcodec/internal.h
michael
subversion
Sun Jan 10 05:06:34 CET 2010
Author: michael
Date: Sun Jan 10 05:06:34 2010
New Revision: 21115
Log:
Doxy for ff_match_2uint16().
Modified:
trunk/libavcodec/internal.h
Modified: trunk/libavcodec/internal.h
==============================================================================
--- trunk/libavcodec/internal.h Sun Jan 10 05:04:51 2010 (r21114)
+++ trunk/libavcodec/internal.h Sun Jan 10 05:06:34 2010 (r21115)
@@ -42,6 +42,10 @@ int ff_is_hwaccel_pix_fmt(enum PixelForm
*/
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 */
More information about the ffmpeg-cvslog
mailing list