mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
field pic decoding cleanup
Originally committed as revision 1686 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -534,7 +534,7 @@ score_sum+= best_score;
|
||||
static int is_intra_more_likely(MpegEncContext *s){
|
||||
int is_intra_likely, i, j, undamaged_count, skip_amount, mb_x, mb_y;
|
||||
|
||||
if(s->last_picture.data[0]==NULL) return 1; //no previous frame available -> use spatial prediction
|
||||
if(s->last_picture_ptr==NULL) return 1; //no previous frame available -> use spatial prediction
|
||||
|
||||
undamaged_count=0;
|
||||
for(i=0; i<s->mb_num; i++){
|
||||
|
||||
Reference in New Issue
Block a user