[SCM] libav/experimental: Add FIXME about low_delay vs has_b_frames.

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:52:32 UTC 2013


The following commit has been merged in the experimental branch:
commit e18027ac4042fa375357bcf063e6b0d9dbe0f7b9
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Sat Oct 3 19:40:52 2009 +0000

    Add FIXME about low_delay vs has_b_frames.
    
    Originally committed as revision 20161 to svn://svn.ffmpeg.org/ffmpeg/trunk

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 ? */

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list