[FFmpeg-devel] [PATCH v2] libavformat/mxfenc: added support mxf opatom audio muxing
Carl Eugen Hoyos
cehoyos at ag.or.at
Sat Apr 11 13:58:04 CEST 2015
Tomas Härdin <tomas.hardin <at> codemill.se> writes:
> > + av_log(s, AV_LOG_ERROR, "MXF OPAtom only supports
> > 16 or 24 bits le audio\n");
>
> This should perhaps be reworded as "Only 16- and 24-bit LE
> is implemented" since the spec itself allows loads more.
>
> > + return AVERROR(EINVAL);
If this is correct, the return value should be
AVERROR_PATCHWELCOME.
Carl Eugen
More information about the ffmpeg-devel
mailing list