mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Fix implicit declaration warning.
Originally committed as revision 21114 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
c46eeae2a8
commit
6c060b55a9
@ -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);
|
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 */
|
#endif /* AVCODEC_INTERNAL_H */
|
||||||
|
Loading…
Reference in New Issue
Block a user