Browse Source

indent

Originally committed as revision 14292 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer 17 years ago
parent
commit
79f4494a04
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      libavcodec/h264.c

+ 5
- 5
libavcodec/h264.c View File

@@ -3269,11 +3269,11 @@ static inline int unreference_pic(H264Context *h, Picture *pic, int refmask){
if (pic->reference &= refmask) {
return 0;
} else {
for(i = 0; h->delayed_pic[i]; i++)
if(pic == h->delayed_pic[i]){
pic->reference=DELAYED_PIC_REF;
break;
}
for(i = 0; h->delayed_pic[i]; i++)
if(pic == h->delayed_pic[i]){
pic->reference=DELAYED_PIC_REF;
break;
}
return 1;
}
}


Loading…
Cancel
Save