[FFmpeg-devel] [PATCH 1/2] avformat/mxf: support MCA audio information
Marton Balint
cus at passwd.hu
Mon Nov 29 02:55:57 EET 2021
On Thu, 25 Nov 2021, Marc-Antoine Arnaud wrote:
> ---
> doc/demuxers.texi | 10 ++
> libavformat/mxf.h | 1 +
> libavformat/mxfdec.c | 293 +++++++++++++++++++++++++++++++++++++++++-
> libavformat/version.h | 2 +-
> 4 files changed, 299 insertions(+), 7 deletions(-)
I went through this, and the MCA label spec (or rather the draft which is
publicly available), and found several issues with your approach.
At this point, after so many iterations, I believe it is better if I just
post my follow-up patches which describe in detail what needed fixing.
Please, check and test the patch series, because I don't have any real
world files to tests, except the ones created by the BMX tools for
regression tests.
Also please provide some MXF samples with MCA if you can, so features like
routing can be more throroughly tested.
Thanks,
Marton
More information about the ffmpeg-devel
mailing list