From 603a5f04b2da0622faab796307d7208ecde80603 Mon Sep 17 00:00:00 2001 From: Francesco Lavra Date: Tue, 18 May 2010 19:16:40 +0000 Subject: Factorize some code into the new function ff_toupper4(). Patch by Francesco Lavra, francescolavra interfree it Originally committed as revision 23158 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/internal.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/internal.h') diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 97c0dcb3a6..67d5be7c3b 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -48,4 +48,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); +unsigned int ff_toupper4(unsigned int x); + #endif /* AVCODEC_INTERNAL_H */ -- cgit v1.2.3