diff options
author | Anton Khirnov <anton@khirnov.net> | 2011-10-17 10:12:51 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2011-10-20 21:06:58 +0200 |
commit | 0842d58998f441768b5e4376aa0c1d7be0e07a8b (patch) | |
tree | 7a026d410b1cf8642f9814260e80b9c9d2a7a9a2 /libavcodec/internal.h | |
parent | 9f51c682ee83ecf0995648d4574ac09b52bbcb24 (diff) | |
download | ffmpeg-0842d58998f441768b5e4376aa0c1d7be0e07a8b.tar.gz |
lavc: use avpriv_ prefix for ff_toupper4.
It's used in lavf.
Diffstat (limited to 'libavcodec/internal.h')
-rw-r--r-- | libavcodec/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/internal.h b/libavcodec/internal.h index 9a444fcae7..e676148d75 100644 --- a/libavcodec/internal.h +++ b/libavcodec/internal.h @@ -53,6 +53,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); +unsigned int avpriv_toupper4(unsigned int x); #endif /* AVCODEC_INTERNAL_H */ |