[FFmpeg-cvslog] r21114 - trunk/libavcodec/internal.h

michael subversion
Sun Jan 10 05:04:51 CET 2010


Author: michael
Date: Sun Jan 10 05:04:51 2010
New Revision: 21114

Log:
Fix implicit declaration warning.

Modified:
   trunk/libavcodec/internal.h

Modified: trunk/libavcodec/internal.h
==============================================================================
--- trunk/libavcodec/internal.h	Sat Jan  9 19:33:21 2010	(r21113)
+++ trunk/libavcodec/internal.h	Sun Jan 10 05:04:51 2010	(r21114)
@@ -42,4 +42,6 @@ int ff_is_hwaccel_pix_fmt(enum PixelForm
  */
 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 */



More information about the ffmpeg-cvslog mailing list