[FFmpeg-devel] [PATCH v2 1/2] libavcodec/pgxdec: Add PGX decoder
Gautam Ramakrishnan
gautamramk at gmail.com
Sun Jun 28 17:23:48 EEST 2020
On Sun, Jun 28, 2020 at 6:09 PM Nicolas George <george at nsup.org> wrote:
>
> Gautam Ramakrishnan (12020-06-28):
> > This is what I do not understand. Suppose the file does not start
> > with the bytes "PG ML ", how is that to be handled?
>
> The same way as if it did.
>
> Take a valid PGX file. Replace these six octets with FOOBAR: why should
> it make any difference for your decoder? All the same information is
> present.
Oh got it, just need to ignore the text then. Thanks.
--
-------------
Gautam |
More information about the ffmpeg-devel
mailing list