Le sextidi 16 messidor, an CCXXV, Paras Chadha a écrit :
> There is no global header.
> 
> Basically FITS files can have multiple images.
<snip>

Thanks for all the details. When there are several images, they are all
one after the other?

If so, then I really think you should stop the demuxer and integrate
FITS into the image2 system. See libavformat/img2dec.c: you only need a
parser and a probe function, which is basically a subset of what you
have written already.

One of the benefits is that the parser is in libavcodec, so it is much
easier to have it use directly the function fits_read_header() from the
decoder.

Regards,

-- 
  Nicolas George

Attachment: signature.asc
Description: Digital signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to