[FFmpeg-cvslog] r20161 - trunk/libavformat/utils.c

cehoyos subversion
Sat Oct 3 21:40:52 CEST 2009


Author: cehoyos
Date: Sat Oct  3 21:40:52 2009
New Revision: 20161

Log:
Add FIXME about low_delay vs has_b_frames.

Modified:
   trunk/libavformat/utils.c

Modified: trunk/libavformat/utils.c
==============================================================================
--- trunk/libavformat/utils.c	Sat Oct  3 21:30:09 2009	(r20160)
+++ trunk/libavformat/utils.c	Sat Oct  3 21:40:52 2009	(r20161)
@@ -771,6 +771,7 @@ static void compute_pkt_fields(AVFormatC
     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 ? */



More information about the ffmpeg-cvslog mailing list