Re: [FFmpeg-devel] [PATCH] fftools/ffmpeg: rework setting sub2video parameters

2023-05-31 Thread Michael Niedermayer
On Mon, May 29, 2023 at 02:49:55PM +0200, Anton Khirnov wrote: > Set them in ifilter_parameters_from_dec(), similarly to audio/video > streams. This reduces the extent to which sub2video filters need to be > treated specially. > --- > You can also get the updated tree from ffmpeg_sub2video in my re

[FFmpeg-devel] [PATCH] fftools/ffmpeg: rework setting sub2video parameters

2023-05-29 Thread Anton Khirnov
Set them in ifilter_parameters_from_dec(), similarly to audio/video streams. This reduces the extent to which sub2video filters need to be treated specially. --- You can also get the updated tree from ffmpeg_sub2video in my repo --- fftools/ffmpeg.c| 6 ++--- fftools/ffmpeg_demux.c | 21