[FFmpeg-devel] [PATCH 2/2] avformat/mux: return a pointer to the packet in ff_interleaved_peek()

James Almer jamrial at gmail.com
Fri Feb 12 17:29:02 EET 2021


On 2/8/2021 7:21 PM, James Almer wrote:
> And make it const, so the caller doesn't attempt to change it.
> ff_get_muxer_ts_offset() should be used to get the muxer timestamp offset.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---
> Went with Andreas' idea, but splitting off the muxer ts offset part of the
> process, so ff_interleaved_peek() doesn't need to use an extra output
> argument for it.

Will apply the set soon.


More information about the ffmpeg-devel mailing list