[FFmpeg-devel] [PATCH] Add FITS Decoder

Paras Chadha paraschadha18 at gmail.com
Fri Jun 9 20:12:13 EEST 2017


On Fri, Jun 9, 2017 at 3:08 AM, Martin Vignali <martin.vignali at gmail.com>
wrote:

> Hello,
>
> You can create a FipsContext struct to store decoding data
> instead of using Fips Header struct
> (you can take a look to other image decoder)
>
> Also you should need to split the patch for libavcodec part and libavformat
> part
>
> Nit : The coding style for if/else is
>
> if {
>
> } else {
>
> }
>
>
> Not
> if {
> }
> else {
> }
>
>
Done. Any other changes ?


More information about the ffmpeg-devel mailing list