changeset 5577:f580a4e88049 libavcodec

int->int8_t (no need for them to be int ...)
author michael
date Fri, 24 Aug 2007 14:02:02 +0000
parents 1a92e129a679
children 05d19547df39
files h264data.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/h264data.h	Thu Aug 23 20:28:28 2007 +0000
+++ b/h264data.h	Fri Aug 24 14:02:02 2007 +0000
@@ -688,7 +688,7 @@
 
 /* Cabac pre state table */
 
-static const int cabac_context_init_I[460][2] =
+static const int8_t cabac_context_init_I[460][2] =
 {
     /* 0 - 10 */
     { 20, -15 }, {  2, 54 },  {  3,  74 }, { 20, -15 },
@@ -857,7 +857,7 @@
     {  29,   9 }, {  35,  20 }, {  29,  36 }, {  14,  67 }
 };
 
-static const int cabac_context_init_PB[3][460][2] =
+static const int8_t cabac_context_init_PB[3][460][2] =
 {
     /* i_cabac_init_idc == 0 */
     {