[FFmpeg-cvslog] r14299 - trunk/libavcodec/h264.c

michael subversion
Sat Jul 19 13:57:29 CEST 2008


Author: michael
Date: Sat Jul 19 13:57:29 2008
New Revision: 14299

Log:
Remove apparently unneeded out!=NULL check.


Modified:
   trunk/libavcodec/h264.c

Modified: trunk/libavcodec/h264.c
==============================================================================
--- trunk/libavcodec/h264.c	(original)
+++ trunk/libavcodec/h264.c	Sat Jul 19 13:57:29 2008
@@ -7856,7 +7856,7 @@ static int decode_frame(AVCodecContext *
                 { }
             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;




More information about the ffmpeg-cvslog mailing list