diff internal.h @ 10833:81efba80e735 libavcodec

Fix implicit declaration warning.
author michael
date Sun, 10 Jan 2010 04:04:51 +0000
parents b5ca6219e173
children b4a6e414ef00
line wrap: on
line diff
--- a/internal.h	Sat Jan 09 18:33:21 2010 +0000
+++ b/internal.h	Sun Jan 10 04:04:51 2010 +0000
@@ -42,4 +42,6 @@
  */
 AVHWAccel *ff_find_hwaccel(enum CodecID codec_id, enum PixelFormat pix_fmt);
 
+int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b);
+
 #endif /* AVCODEC_INTERNAL_H */