diff h264.c @ 8320:0de488aa4fb0 libavcodec

Add a few const qualifiers in appropriate places. patch by Anders Grnberg, galileo.m2 gmail com
author diego
date Sun, 14 Dec 2008 12:24:50 +0000
parents 2e8368ea591a
children 7c00e980c153
line wrap: on
line diff
--- a/h264.c	Sun Dec 14 03:41:11 2008 +0000
+++ b/h264.c	Sun Dec 14 12:24:50 2008 +0000
@@ -106,7 +106,7 @@
     const int mb_xy= h->mb_xy;
     int topleft_xy, top_xy, topright_xy, left_xy[2];
     int topleft_type, top_type, topright_type, left_type[2];
-    int * left_block;
+    const int * left_block;
     int topleft_partition= -1;
     int i;