[FFmpeg-devel] [PATCH 3/7] avutil/frame: add a param change side data type
James Almer
jamrial at gmail.com
Wed Jan 22 22:52:06 EET 2025
On 1/22/2025 5:18 PM, Nicolas George wrote:
> James Almer (12025-01-22):
>> Ok, will implement a new struct.
>
> Thanks.
>
> I think this code would work:
>
> typedef struct AVSideDataParamChange
> …
> intmax_t end_padding;
> } AVSideDataSomethingType;
Actually, i just realized i can't store an AVDictionary or a string in a
struct like this that's meant to be stored as side data. It has a to be
a flat array with no pointers to separate arrays.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: OpenPGP_signature.asc
Type: application/pgp-signature
Size: 495 bytes
Desc: OpenPGP digital signature
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20250122/a3654ee7/attachment.sig>
More information about the ffmpeg-devel
mailing list