[FFmpeg-cvslog] r22484 - trunk/libavcodec/h264.c

michael subversion
Fri Mar 12 16:23:26 CET 2010


Author: michael
Date: Fri Mar 12 16:23:26 2010
New Revision: 22484

Log:
Fix indention

Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	Fri Mar 12 16:21:45 2010	(r22483)
+++ trunk/libavcodec/h264.c	Fri Mar 12 16:23:26 2010	(r22484)
@@ -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;
 



More information about the ffmpeg-cvslog mailing list