Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add per-stream input option drop_changed

2025-03-24 Thread Gyan Doshi
On 2025-03-23 10:07 am, Gyan Doshi wrote: On 2025-03-16 11:39 pm, Gyan Doshi wrote: On 2025-03-16 11:12 pm, James Almer wrote: On 3/16/2025 4:18 AM, Gyan Doshi wrote: This is a replacement in ffmpeg for the deprecated avcodec flag AV_CODEC_FLAG_DROPCHANGED. This option is meant to be

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add per-stream input option drop_changed

2025-03-22 Thread Gyan Doshi
On 2025-03-16 11:39 pm, Gyan Doshi wrote: On 2025-03-16 11:12 pm, James Almer wrote: On 3/16/2025 4:18 AM, Gyan Doshi wrote: 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 reini

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add per-stream input option drop_changed

2025-03-16 Thread Gyan Doshi
On 2025-03-16 11:12 pm, James Almer wrote: On 3/16/2025 4:18 AM, Gyan Doshi wrote: 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 lead

Re: [FFmpeg-devel] [PATCH v2] ffmpeg: add per-stream input option drop_changed

2025-03-16 Thread James Almer
On 3/16/2025 4:18 AM, Gyan Doshi wrote: 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 potential

[FFmpeg-devel] [PATCH v2] ffmpeg: add per-stream input option drop_changed

2025-03-16 Thread Gyan Doshi
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.