[FFmpeg-devel] [PATCH] libavcodec/pgx: Added pgx decoder

Gautam Ramakrishnan gautamramk at gmail.com
Sat Jun 27 15:58:16 EEST 2020


On Sat, Jun 27, 2020 at 6:06 PM Nicolas George <george at nsup.org> wrote:
>
> 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.
>
Oh yes, got it. I shall make these changes and resubmit.



-- 
-------------
Gautam |


More information about the ffmpeg-devel mailing list