diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2010-03-12 15:23:26 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2010-03-12 15:23:26 +0000 |
commit | 5820b90da0a703cab730eaab3d44c6b42e6b230e (patch) | |
tree | 45c416faa77b5ca308f4e785ce5c61cb8a081c6f /libavcodec/h264.c | |
parent | 2ce1c2e063d91aa61844f65cad0819372b20dbd5 (diff) | |
download | ffmpeg-5820b90da0a703cab730eaab3d44c6b42e6b230e.tar.gz |
Fix indention
Originally committed as revision 22484 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/h264.c')
-rw-r--r-- | libavcodec/h264.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/h264.c b/libavcodec/h264.c index 6d7395cd28..a177117ae0 100644 --- a/libavcodec/h264.c +++ b/libavcodec/h264.c @@ -962,7 +962,7 @@ int ff_h264_frame_start(H264Context *h){ 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; |