diff options
author | Gyan Doshi <ffmpeg@gyani.pro> | 2025-03-15 16:33:05 +0530 |
---|---|---|
committer | Gyan Doshi <ffmpeg@gyani.pro> | 2025-03-24 16:18:17 +0530 |
commit | cbbc927a67f142a02bfc5d047c03587599ee5b55 (patch) | |
tree | cbbec448677534a6fcf5326c26d5f31dc69defca /libavcodec/ffv1_parse.c | |
parent | 323cb8c61ea157e01ae98f5a2e3acb8208cfc84a (diff) | |
download | ffmpeg-cbbc927a67f142a02bfc5d047c03587599ee5b55.tar.gz |
ffmpeg: add per-stream input option drop_changed
This is a replacement in ffmpeg for the deprecated avcodec flag AV_CODEC_FLAG_DROPCHANGED.
This option is meant to be used when the filtergraph should not be
reinited upon input parameter changes as that leads to loss of state
in the filtergraph potentially leading to broken or aborted output,
e.g. inserting of silence with first_pts specified in aresample.
Generally useful to avoid corrupted yet decodable packets in live
streaming inputs.
This option when enabled takes precedence over reinit_filters
Diffstat (limited to 'libavcodec/ffv1_parse.c')
0 files changed, 0 insertions, 0 deletions