On 07/06/2024 21:33, Marcus B Spencer wrote: > > > > > > On Friday, June 7th, 2024 at 1:12 PM, Lynne via ffmpeg-devel wrote: > >> Since the "codec" is essentially just raw data, you should just make the >> demuxer output native RGBA64, and the muxer accept RGBA64. There's no >> reason to have this as a codec, since the header field is completely >> redundant with the fields an AVFrame contains. > > There is no specific farbfeld muxer. The muxers are just "image2" and "image2pipe". > > There IS a specific farbfeld pipe demuxer called "farbfeld_pipe". > > Also the reason to have this as a codec is for image2 syntax support. > _______________________________________________ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > https://ffmpeg.org/mailman/listinfo/ffmpeg-devel > > To unsubscribe, visit link above, or email > ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe". That's not a very good excuse for introducing a codec for this. If image2 syntax is desired, it can be copied.