On Thu, 24 Sep 2020 13:59:06 +0200 "Paul B Mahol" <[email protected]> wrote:
> > Signed-off-by: Paul B Mahol <[email protected]> > --- > libavcodec/Makefile | 1 + > libavcodec/allcodecs.c | 1 + > libavcodec/argo.c | 739 ++++++++++++++++++++++++++++++++++++++++ > libavcodec/codec_desc.c | 7 + > libavcodec/codec_id.h | 1 + > libavformat/argo_brp.c | 14 +- > 6 files changed, 751 insertions(+), 12 deletions(-) > create mode 100644 libavcodec/argo.c > Should probably increment LIBAVCODEC_VERSION_MINOR. Other than that, it's handled every BRP file I've thrown at it. From Alien Odyssey, FX Fighter, and Croc. This lgtm. _______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
