[FFmpeg-devel] [PATCH] avformat/framecrcenc: allow setting which side data parameters are printed
James Almer
jamrial at gmail.com
Sat Apr 27 03:21:01 EEST 2024
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 AV_FRAME_DATA_VIDEO_ENC_PARAMS (but
this one is not relevant to the framecrc muxer).
>
> I guess its pointer size or something.
sizeof(size_t), sizeof(intptr_t), and assorted alignments.
>
> Either way i have some local improvments for framecrc that iam using for
> testing ill post that. It may be a better direction (with some bitexact flag)
> than globally disabling size.
Ok.
>
> thx
>
> [...]
>
>
> _______________________________________________
> ffmpeg-devel mailing list
> ffmpeg-devel at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
>
> To unsubscribe, visit link above, or email
> ffmpeg-devel-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-devel
mailing list