Commit 406ca337 authored by cehoyos's avatar cehoyos

Add FIXME about low_delay vs has_b_frames.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@20161 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent ad93b7d1
...@@ -771,6 +771,7 @@ static void compute_pkt_fields(AVFormatContext *s, AVStream *st, ...@@ -771,6 +771,7 @@ static void compute_pkt_fields(AVFormatContext *s, AVStream *st,
int64_t offset; int64_t offset;
if (st->codec->codec_id != CODEC_ID_H264 && pc && pc->pict_type == FF_B_TYPE) 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; st->codec->has_b_frames = 1;
/* do we have a video B-frame ? */ /* 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