]> git.sesse.net Git - ffmpeg/commit
fftools/ffmpeg_filter: Avoid allocations when configuring output filters
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Tue, 6 Apr 2021 03:26:31 +0000 (05:26 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
Sat, 10 Apr 2021 01:51:50 +0000 (03:51 +0200)
commit80399c7910f765c7c642f85df27d4d9cb59a2c16
tree06330b0a6609de5ea456233e2fe5f37f04fd0ed6
parent059fc2d9da5364627613fb3e6424079e14dbdfd3
fftools/ffmpeg_filter: Avoid allocations when configuring output filters

Use an AVBPrint to handle the (typically short) strings involved here.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
fftools/ffmpeg_filter.c