In case of an mxf or wav file having stereo tracks, the new 'dolbyeprobe' flag enables detection of dolby_e. The probing is done on the first sample and its guard band must be clean (to avoid wrong detection).
Tests samples for fate-suite/dolby_e uploaded here: https://framadrop.org/r/u_JxHeVIRc#Fs2PXutr7geTBoTpnnJ/4+dTDNGBUuGT1Gf/wh00ZDw= https://framadrop.org/r/nmjF4PbdxV#Flq5vPoRMrdfPKuM5+zdf3itUamIeWCVDriZaSKPkPQ= Thank you for the review Nicolas Gaullier (3): avformat/s337m: Make available as subdemuxer avformat: Support s337m in mxf/wav/w64 avformat/s337m: Test mxf subdemux libavformat/avformat.h | 7 ++++++ libavformat/mxfdec.c | 20 +++++++++++++++- libavformat/options_table.h | 1 + libavformat/s337m.c | 57 +++++++++++++++++++++++++++++++++++++-------- libavformat/s337m.h | 48 ++++++++++++++++++++++++++++++++++++++ libavformat/wavdec.c | 7 +++++- tests/Makefile | 1 + tests/fate-run.sh | 4 ++++ tests/fate/audio.mak | 5 ++++ 9 files changed, 138 insertions(+), 12 deletions(-) create mode 100644 libavformat/s337m.h -- 2.14.1.windows.1 _______________________________________________ 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".