Mercurial > libavformat.hg
changeset 5261:f3913172e206 libavformat
Add FIXME about low_delay vs has_b_frames.
author | cehoyos |
---|---|
date | Sat, 03 Oct 2009 19:40:52 +0000 |
parents | 745917a7ac1d |
children | a2289abc9e23 |
files | utils.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/utils.c Sat Oct 03 19:30:09 2009 +0000 +++ b/utils.c Sat Oct 03 19:40:52 2009 +0000 @@ -771,6 +771,7 @@ 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 ? */