summaryrefslogtreecommitdiff
path: root/apps/codecs/libwma/common.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libwma/common.c')
-rw-r--r--apps/codecs/libwma/common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libwma/common.c b/apps/codecs/libwma/common.c
index 4d165ed0a8..619ce47197 100644
--- a/apps/codecs/libwma/common.c
+++ b/apps/codecs/libwma/common.c
@@ -25,7 +25,7 @@
25 * common internal api. 25 * common internal api.
26 */ 26 */
27 27
28#include "avcodec.h" 28#include "common.h"
29 29
30const uint8_t ff_sqrt_tab[128]={ 30const uint8_t ff_sqrt_tab[128]={
31 0, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 31 0, 1, 1, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5,