]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/internal.h
Add ff_ prefix for mpeg2_dc_scale_table.
[ffmpeg] / libavcodec / internal.h
index bba158629bc4113198a2f773e2603e042a5452e0..7ce019c12a9f39ee28e37099682836213eb4417b 100644 (file)
@@ -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 */