Add FIXME about low_delay vs has_b_frames.

Originally committed as revision 20161 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Carl Eugen Hoyos 2009-10-03 19:40:52 +00:00
parent f4a4be3f4e
commit e18027ac40
1 changed files with 1 additions and 0 deletions

View File

@ -771,6 +771,7 @@ static void compute_pkt_fields(AVFormatContext *s, AVStream *st,
int64_t offset;
if (st->codec->codec_id != CODEC_ID_H264 && pc && pc->pict_type == FF_B_TYPE)
//FIXME Set low_delay = 0 when has_b_frames = 1
st->codec->has_b_frames = 1;
/* do we have a video B-frame ? */