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

2023-05-28 Thread Michael Niedermayer
On Sun, May 28, 2023 at 11:14:08AM +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. > --- > fftools/ffmpeg.c| 6 ++--- > fftools/ffmpeg_demux.c |

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

2023-05-28 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. --- fftools/ffmpeg.c| 6 ++--- fftools/ffmpeg_demux.c | 21 + fftools/ffmpeg_filter.c | 52 +++