# HG changeset patch # User michael # Date 1216468649 0 # Node ID c010b69e12eba9f4d12800913b4509af2821ed2c # Parent cf1b80029862e1af92fa2bab07bb4fe5658b5b1f Remove apparently unneeded out!=NULL check. diff -r cf1b80029862 -r c010b69e12eb h264.c --- a/h264.c Sat Jul 19 11:11:48 2008 +0000 +++ b/h264.c Sat Jul 19 11:57:29 2008 +0000 @@ -7856,7 +7856,7 @@ { } else if((out_of_order && pics-1 == s->avctx->has_b_frames && pics < 15) || (s->low_delay && - ((!cross_idr && out && out->poc > h->outputed_poc + 2) + ((!cross_idr && out->poc > h->outputed_poc + 2) || cur->pict_type == FF_B_TYPE))) { s->low_delay = 0;