diff h264.c @ 7317:c010b69e12eb libavcodec

Remove apparently unneeded out!=NULL check.
author michael
date Sat, 19 Jul 2008 11:57:29 +0000
parents cf1b80029862
children cd231f79c52b
line wrap: on
line diff
--- 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;