# HG changeset patch # User michael # Date 1217025769 0 # Node ID b032da5b0f22c5ba0a20ff893b3697d74b444bcc # Parent 4ef56b81dcd07f678b8a5d711b8e3ef96eaefd16 10l typo, fix compilation diff -r 4ef56b81dcd0 -r b032da5b0f22 h264.c --- a/h264.c Fri Jul 25 22:39:43 2008 +0000 +++ b/h264.c Fri Jul 25 22:42:49 2008 +0000 @@ -2955,7 +2955,7 @@ assert(!ref->long_ref); if(ref->data[0] != NULL && ref->frame_num == frame_num && - (ref->reference & pic_structure) && + (ref->reference & pic_structure) ) // ignore non-existing pictures by testing data[0] pointer break; }