Commit 6c060b55 authored by Michael Niedermayer's avatar Michael Niedermayer

Fix implicit declaration warning.

Originally committed as revision 21114 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent c46eeae2
......@@ -42,4 +42,6 @@ int ff_is_hwaccel_pix_fmt(enum PixelFormat pix_fmt);
*/
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 */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment