Mercurial > libavcodec.hg
changeset 11466:049a0c71e5a3 libavcodec
Fix indention
author | michael |
---|---|
date | Fri, 12 Mar 2010 15:23:26 +0000 |
parents | 2e9cf41e2c2e |
children | c9f240e43ef9 |
files | h264.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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;