[FFmpeg-devel] [PATCH 2/2] fftools/ffmpeg_filter: make InputFilterPriv and OutputFilterPriv private again

softworkz . softworkz at hotmail.com
Sat May 31 03:49:30 EEST 2025



> -----Original Message-----
> From: ffmpeg-devel <ffmpeg-devel-bounces at ffmpeg.org> On Behalf Of James Almer
> Sent: Donnerstag, 29. Mai 2025 05:07
> To: ffmpeg-devel at ffmpeg.org
> Subject: [FFmpeg-devel] [PATCH 2/2] fftools/ffmpeg_filter: make
> InputFilterPriv and OutputFilterPriv private again
> 
> As the names imply, they are structs meant to be internal and private to the
> filter handling code. If a field is required in other modules, then it can
> be moved to the public facing structs, which is done in this commit.
> 
> Signed-off-by: James Almer <jamrial at gmail.com>
> ---

Hello James,

this patch breaks the graph output:

https://gist.github.com/softworkz/4c0eee5d1e43933362891cf989e95666

Still looking into it...

Thanks
sw


More information about the ffmpeg-devel mailing list