]> git.sesse.net Git - ffmpeg/commit
avformat/flacenc: Don't allocate updated streaminfo separately
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Sun, 12 Apr 2020 16:23:44 +0000 (18:23 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Fri, 17 Apr 2020 23:53:31 +0000 (01:53 +0200)
commit1d15e4208f78b2b92b01992686dd47fc4159278d
treec1fc073e3c5c10663f2458d3036206ad9c332e91
parent9311ece7d30f846b8f61398321f0d48c19ae2f50
avformat/flacenc: Don't allocate updated streaminfo separately

It is a small buffer of a known, fixed size and so it should simply be
put into the muxer's context.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/flacenc.c