# HG changeset patch # User michael # Date 1174084317 0 # Node ID 3d0b99c7edccb349e01e2c5a8e6144b33e6fc449 # Parent 8e7acf0111fe4ad282c4f23ece402f560222cc9b remove special case for h.264 whatever this was supposed to do its not correct diff -r 8e7acf0111fe -r 3d0b99c7edcc utils.c --- a/utils.c Thu Mar 15 23:08:58 2007 +0000 +++ b/utils.c Fri Mar 16 22:31:57 2007 +0000 @@ -602,8 +602,7 @@ if (st->codec->codec_type == CODEC_TYPE_VIDEO) { /* XXX: need has_b_frame, but cannot get it if the codec is not initialized */ - if (( st->codec->codec_id == CODEC_ID_H264 - || st->codec->has_b_frames) && + if (st->codec->has_b_frames && pc && pc->pict_type != FF_B_TYPE) presentation_delayed = 1; /* this may be redundant, but it shouldnt hurt */