mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 02:20:56 +01:00
fftools/ffmpeg_filter: always pass graph description to fg_create()
Currently NULL would be passed for simple filtergraphs, which would make the filter code extract the graph description from the output stream when needed. This is unnecessarily convoluted.
This commit is contained in:
parent
badf959ed6
commit
da7ae627e1
4 changed files with 14 additions and 15 deletions
|
|
@ -853,7 +853,6 @@ static void ost_free(OutputStream **post)
|
|||
av_freep(&ost->kf.pts);
|
||||
av_expr_free(ost->kf.pexpr);
|
||||
|
||||
av_freep(&ost->avfilter);
|
||||
av_freep(&ost->logfile_prefix);
|
||||
av_freep(&ost->apad);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue