diff options
author | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-10-03 19:40:52 +0000 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@rainbow.studorg.tuwien.ac.at> | 2009-10-03 19:40:52 +0000 |
commit | e18027ac4042fa375357bcf063e6b0d9dbe0f7b9 (patch) | |
tree | d48aeeb1c6e0c01564fd3cd2b71b59591320cb4e /libavformat | |
parent | f4a4be3f4e9b5f69fc9063c2030e255e754b4a24 (diff) | |
download | ffmpeg-streaming-e18027ac4042fa375357bcf063e6b0d9dbe0f7b9.zip ffmpeg-streaming-e18027ac4042fa375357bcf063e6b0d9dbe0f7b9.tar.gz |
Add FIXME about low_delay vs has_b_frames.
Originally committed as revision 20161 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/utils.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/utils.c b/libavformat/utils.c index f46be17..7575b2f 100644 --- a/libavformat/utils.c +++ b/libavformat/utils.c @@ -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 ? */ |