diff h263.c @ 70:c7767df463f4 libavcodec

log2 to av_log2
author glantau
date Wed, 15 Aug 2001 13:11:31 +0000
parents 8e2d8dbf89a5
children 92ed1c4f94fa
line wrap: on
line diff
--- a/h263.c	Wed Aug 15 13:11:03 2001 +0000
+++ b/h263.c	Wed Aug 15 13:11:31 2001 +0000
@@ -1178,7 +1178,7 @@
         skip_bits1(&s->gb);   /* marker */
         
         time_increment_resolution = get_bits(&s->gb, 16);
-        s->time_increment_bits = log2(time_increment_resolution - 1) + 1;
+        s->time_increment_bits = av_log2(time_increment_resolution - 1) + 1;
         if (s->time_increment_bits < 1)
             s->time_increment_bits = 1;
         skip_bits1(&s->gb);   /* marker */