# HG changeset patch # User michael # Date 1268407406 0 # Node ID 049a0c71e5a3fc390ca67b63d5a9b1be95cec4d6 # Parent 2e9cf41e2c2e53fd72c0e40bd2bec9a5e4055d0a Fix indention diff -r 2e9cf41e2c2e -r 049a0c71e5a3 h264.c --- a/h264.c Fri Mar 12 15:21:45 2010 +0000 +++ b/h264.c Fri Mar 12 15:23:26 2010 +0000 @@ -962,7 +962,7 @@ h->thread_context[i]->s.obmc_scratchpad = av_malloc(16*2*s->linesize + 8*2*s->uvlinesize); /* some macroblocks can be accessed before they're available in case of lost slices, mbaff or threading*/ - memset(h->slice_table, -1, (s->mb_height*s->mb_stride-1) * sizeof(*h->slice_table)); + memset(h->slice_table, -1, (s->mb_height*s->mb_stride-1) * sizeof(*h->slice_table)); // s->decode= (s->flags&CODEC_FLAG_PSNR) || !s->encoding || s->current_picture.reference /*|| h->contains_intra*/ || 1;