comparison h264.c @ 7401:b032da5b0f22 libavcodec

10l typo, fix compilation
author michael
date Fri, 25 Jul 2008 22:42:49 +0000
parents 4ef56b81dcd0
children 3c04b2988f19
comparison
equal deleted inserted replaced
7400:4ef56b81dcd0 7401:b032da5b0f22
2953 ref = h->short_ref[i]; 2953 ref = h->short_ref[i];
2954 assert(ref->reference); 2954 assert(ref->reference);
2955 assert(!ref->long_ref); 2955 assert(!ref->long_ref);
2956 if(ref->data[0] != NULL && 2956 if(ref->data[0] != NULL &&
2957 ref->frame_num == frame_num && 2957 ref->frame_num == frame_num &&
2958 (ref->reference & pic_structure) && 2958 (ref->reference & pic_structure)
2959 ) // ignore non-existing pictures by testing data[0] pointer 2959 ) // ignore non-existing pictures by testing data[0] pointer
2960 break; 2960 break;
2961 } 2961 }
2962 if(i>=0) 2962 if(i>=0)
2963 ref->pic_id= pred; 2963 ref->pic_id= pred;