Mercurial > libavcodec.hg
changeset 7400:4ef56b81dcd0 libavcodec
Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0).
author | michael |
---|---|
date | Fri, 25 Jul 2008 22:39:43 +0000 |
parents | fa2d6f49e3ae |
children | b032da5b0f22 |
files | h264.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/h264.c Fri Jul 25 21:51:50 2008 +0000 +++ b/h264.c Fri Jul 25 22:39:43 2008 +0000 @@ -2956,7 +2956,7 @@ if(ref->data[0] != NULL && ref->frame_num == frame_num && (ref->reference & pic_structure) && - ref->long_ref == 0) // ignore non-existing pictures by testing data[0] pointer + ) // ignore non-existing pictures by testing data[0] pointer break; } if(i>=0)