]> git.sesse.net Git - ffmpeg/commit
avformat/movenc: handle tracks w/o AVStreams in calculate_mpeg4_bit_rates
authorJan Ekström <jeebjp@gmail.com>
Mon, 28 Sep 2020 14:23:07 +0000 (17:23 +0300)
committerJan Ekström <jeebjp@gmail.com>
Fri, 2 Oct 2020 13:49:44 +0000 (16:49 +0300)
commitd9e812797c84be0f03aa1e95905da1f2cb2ed81e
tree20a98105673ce4c60628e37a4779da14261dcb31
parent686f0151901849de3b2073fa73265472073e0208
avformat/movenc: handle tracks w/o AVStreams in calculate_mpeg4_bit_rates

The generated text streams for chapters lack an AVStream since they
are but an internal concept within movenc.

Fixes #8910
libavformat/movenc.c