Hi Leo, Code in v4 is clean and LGTM. Also, I tested today successfully and got a good visual result when playing back (though I had to use data muxer). ``` ffmpeg -i pizza.mkv -map 0:v -c:v libjxl_anim -f data test.jxl ```
Sorry for the back and forth on this last bit, but in libavcodec/version.c, can anyone chime in on what is the etiquette here when adding a new Codec ID? I think that the assert in avcodec_version() needs to be updated, but should the minor version be updated too? Or are these changed at release time? Could this also be accomplished without a new codec ID (eg. treated like MJPEG/JPEG)? _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".