[FFmpeg-devel] [PATCH] libavcodec/pgx: Added pgx decoder
Nicolas George
george at nsup.org
Sat Jun 27 15:35:57 EEST 2020
Gautam Ramakrishnan (12020-06-27):
> This will require me to remove the decode_header() function and add the
> logic directly into the decode_frame function. If that is fine, I shall remove
> PGX context structrure.
No, it requires nothing of the sort. You can pass pointers to the
individual variables to decode_header() just as well as you could pass a
pointer to the whole context. Or, as I already explained, you can group
the variable in another structure if that is more convenient.
Regards,
--
Nicolas George
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20200627/0835b0f9/attachment.sig>
More information about the ffmpeg-devel
mailing list