On Thu, Jan 14, 2016 at 18:29:42 -0600, Rodger Combs wrote: > > Rodger's commits also introduced *_init() functions for each format. > > I don't understand whether that is necessary. These patches work > > for me just as they are. > The init functions are required because avpriv_set_pts_info is called > in write_header. Since this can affect operations that take place > before write_header is called when delayed, it needs to be done > earlier. This is probably also true of any other change to the > AVFormatContext or AVStreams that could affect interleaving or > related operations.
Ak, okay, that makes sense. Well, that makes this integration too difficult for myself at the time being. If anyone else is willing to help or take a stab, go ahead. I might come back to this later. Patches dropped. Thanks, Moritz _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel