diff internal.h @ 11742:a37818ac3817 libavcodec

Factorize some code into the new function ff_toupper4(). Patch by Francesco Lavra, francescolavra interfree it
author cehoyos
date Tue, 18 May 2010 19:16:40 +0000
parents 7dd2a45249a9
children fdafbcef52f5
line wrap: on
line diff
--- a/internal.h	Mon May 17 22:49:34 2010 +0000
+++ b/internal.h	Tue May 18 19:16:40 2010 +0000
@@ -48,4 +48,6 @@
  */
 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 */