Commit e18027ac authored by Carl Eugen Hoyos's avatar Carl Eugen Hoyos

Add FIXME about low_delay vs has_b_frames.

Originally committed as revision 20161 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent f4a4be3f
......@@ -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 ? */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment