Mercurial > libavcodec.hg
changeset 7401:b032da5b0f22 libavcodec
10l typo, fix compilation
author | michael |
---|---|
date | Fri, 25 Jul 2008 22:42:49 +0000 |
parents | 4ef56b81dcd0 |
children | 3c04b2988f19 |
files | h264.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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; }