Re: [FFmpeg-devel] [PATCH] avformat/framecrcenc: allow setting which side data parameters are printed

2024-04-26 Thread James Almer
On 4/26/2024 9:17 PM, Michael Niedermayer wrote: On Thu, Apr 25, 2024 at 11:34:59AM -0300, James Almer wrote: For some side data types, the size is dependent on the arch at runtime, which is not good for FATE tests. Which are not bit exact ? All the AV_PKT_DATA_IAMF_* ones, and

Re: [FFmpeg-devel] [PATCH] avformat/framecrcenc: allow setting which side data parameters are printed

2024-04-26 Thread Michael Niedermayer
On Thu, Apr 25, 2024 at 11:34:59AM -0300, James Almer wrote: > For some side data types, the size is dependent on the arch at runtime, which > is not good for FATE tests. Which are not bit exact ? I guess its pointer size or something. Either way i have some local improvments for framecrc that

[FFmpeg-devel] [PATCH] avformat/framecrcenc: allow setting which side data parameters are printed

2024-04-25 Thread James Almer
For some side data types, the size is dependent on the arch at runtime, which is not good for FATE tests. Add an option to set which parameters may be printed, starting with size. Signed-off-by: James Almer --- libavformat/framecrcenc.c | 28 1 file changed, 28