mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-28 05:50:43 +00:00
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:
parent
f4a4be3f4e
commit
e18027ac40
@ -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 ? */
|
||||
|
Loading…
Reference in New Issue
Block a user