[SCM] libav/experimental: Doxy for ff_match_2uint16().

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:57:12 UTC 2013


The following commit has been merged in the experimental branch:
commit 9e2e821468d9374dcf946b0cd696a48059426b71
Author: Michael Niedermayer <michaelni at gmx.at>
Date:   Sun Jan 10 04:06:34 2010 +0000

    Doxy for ff_match_2uint16().
    
    Originally committed as revision 21115 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavcodec/internal.h b/libavcodec/internal.h
index bba1586..7ce019c 100644
--- a/libavcodec/internal.h
+++ b/libavcodec/internal.h
@@ -42,6 +42,10 @@ int ff_is_hwaccel_pix_fmt(enum PixelFormat pix_fmt);
  */
 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 */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list