Following of https://patchwork.ffmpeg.org/project/ffmpeg/patch/20230213180936.815-5-nicolas.gaullier@cji.paris/ from the serie https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=8380
Should the version and changelog be updated too ? Nicolas Nicolas Gaullier (7): avformat/s337m: Split read_packet/get_packet avformat/s337m: Consider container bit resolution avformat/s337m: New ff_s337m_probe() avformat/wavdec: s337m support avformat/wavdec.c: Reindent after last commit avformat/wavdec: Test s337m doc: add doc about dolby_e decoder and wav support doc/decoders.texi | 20 +++++++++++ doc/demuxers.texi | 33 +++++++++++++++++++ libavformat/s337m.c | 71 ++++++++++++++++++++++++++++++++++++---- libavformat/s337m.h | 54 ++++++++++++++++++++++++++++++ libavformat/wavdec.c | 61 +++++++++++++++++++++++++--------- tests/Makefile | 1 + tests/fate/audio.mak | 3 ++ tests/ref/fate/s337m-wav | 10 ++++++ 8 files changed, 230 insertions(+), 23 deletions(-) create mode 100644 libavformat/s337m.h create mode 100644 tests/ref/fate/s337m-wav -- 2.30.2 _______________________________________________ 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".