[FFmpeg-devel] r16159 has disabled skipping of initial non-keyframes

Wolfram Gloger wmglo
Sun Dec 21 17:01:24 CET 2008


Hi,

r16159 was this:

-                        if (!ost->frame_number && !(pkt->flags & PKT_FLAG_KEY))
+                        if ((!ost->frame_number && !(pkt->flags & PKT_FLAG_KEY)) && start_time)

However, start_time is always 0 here (cf. ffmpeg.c:2811), so this has
unconditionally disabled the skipping of non-keyframes.

What exactly did this fix?

Regards,
Wolfram.




More information about the ffmpeg-devel mailing list