[FFmpeg-devel] [PATCH] lavf: add automatic bitstream filtering

Moritz Barsnick barsnick at gmx.net
Mon Jan 18 15:07:12 CET 2016


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


More information about the ffmpeg-devel mailing list