diff options
author | Francesco Lavra <francescolavra@interfree.it> | 2010-05-18 19:16:40 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2010-05-18 19:16:40 +0000 |
commit | 603a5f04b2da0622faab796307d7208ecde80603 (patch) | |
tree | 7995eda41969870c0a1fb0109bd18de4633340b0 /libavcodec/internal.h | |
parent | b74f67eb17b3dae49cb42affa07b5c41ef09160e (diff) | |
download | ffmpeg-603a5f04b2da0622faab796307d7208ecde80603.tar.gz |
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
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r-- | libavcodec/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |