[FFmpeg-devel] [PATCH 4/5] avcodec: add "Argonaut Games Video" descriptor

Zane van Iperen zane at zanevaniperen.com
Tue Sep 8 06:40:01 EEST 2020


On Mon, 7 Sep 2020 20:15:28 -0300
"James Almer" <jamrial at gmail.com> wrote:
> 
> You could change the demuxer you submitted to simply skip the video
> track and demux only the audio, which afaik can be decoded by libavcodec.
> If this Argo video codec was supported by some other container then it
> would make sense adding a descriptor for it, as it would allow remuxing.
> But as is, it's probably better not to bother with it.

Fair enough. I would like to keep all the info such as size, pixel
format, etc. (as its still useful information), so I'll use
AV_CODEC_ID_NONE so it's ignored.




More information about the ffmpeg-devel mailing list