Mercurial > libavcodec.hg
comparison mpeg12.c @ 5129:0244bba24b43 libavcodec
misc typo fixes
author | diego |
---|---|
date | Tue, 12 Jun 2007 18:50:50 +0000 |
parents | 4dbe6578f811 |
children | 874d9b7641e3 |
comparison
equal
deleted
inserted
replaced
5128:d98460d07146 | 5129:0244bba24b43 |
---|---|
3203 s2->first_slice=0; | 3203 s2->first_slice=0; |
3204 if(mpeg_field_start(s2) < 0) | 3204 if(mpeg_field_start(s2) < 0) |
3205 return -1; | 3205 return -1; |
3206 } | 3206 } |
3207 if(!s2->current_picture_ptr){ | 3207 if(!s2->current_picture_ptr){ |
3208 av_log(avctx, AV_LOG_ERROR, "current_picture not initalized\n"); | 3208 av_log(avctx, AV_LOG_ERROR, "current_picture not initialized\n"); |
3209 return -1; | 3209 return -1; |
3210 } | 3210 } |
3211 | 3211 |
3212 if(avctx->thread_count > 1){ | 3212 if(avctx->thread_count > 1){ |
3213 int threshold= (s2->mb_height*s->slice_count + avctx->thread_count/2) / avctx->thread_count; | 3213 int threshold= (s2->mb_height*s->slice_count + avctx->thread_count/2) / avctx->thread_count; |