comparison internal.h @ 10833:81efba80e735 libavcodec

Fix implicit declaration warning.
author michael
date Sun, 10 Jan 2010 04:04:51 +0000
parents b5ca6219e173
children b4a6e414ef00
comparison
equal deleted inserted replaced
10832:f20726a6d538 10833:81efba80e735
40 * @param pix_fmt the pixel format to match 40 * @param pix_fmt the pixel format to match
41 * @return the hardware accelerated codec, or NULL if none was found. 41 * @return the hardware accelerated codec, or NULL if none was found.
42 */ 42 */
43 AVHWAccel *ff_find_hwaccel(enum CodecID codec_id, enum PixelFormat pix_fmt); 43 AVHWAccel *ff_find_hwaccel(enum CodecID codec_id, enum PixelFormat pix_fmt);
44 44
45 int ff_match_2uint16(const uint16_t (*tab)[2], int size, int a, int b);
46
45 #endif /* AVCODEC_INTERNAL_H */ 47 #endif /* AVCODEC_INTERNAL_H */