On Mon, Jul 02, 2018 at 11:24:18 +0200, Moritz Barsnick wrote: > + mpegts_ctx->metadata = s->metadata; > > Note that this fix is probably not fully correct!!! At a quick glance, av_dict_copy() is probably the way to go, but that's beyond the scope of my current investigations. ;-) Moritz