mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
ffmpeg: add -apad option which injects a apad filter only in the presence of video streams
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
410905f7fd
commit
33ff943f70
4 changed files with 25 additions and 0 deletions
1
ffmpeg.c
1
ffmpeg.c
|
|
@ -3260,6 +3260,7 @@ static int transcode(void)
|
|||
}
|
||||
av_freep(&ost->st->codec->subtitle_header);
|
||||
av_freep(&ost->forced_kf_pts);
|
||||
av_freep(&ost->apad);
|
||||
av_dict_free(&ost->opts);
|
||||
av_dict_free(&ost->swr_opts);
|
||||
av_dict_free(&ost->resample_opts);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue