changeset 10833:81efba80e735 libavcodec

Fix implicit declaration warning.
author michael
date Sun, 10 Jan 2010 04:04:51 +0000
parents f20726a6d538
children b4a6e414ef00
files internal.h
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
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 */