On 12/12/2019 11:02 AM, Yuki Tsuchiya wrote: > Implemented according to the specification at > https://www.iso.org/standard/69561.html > The 'mhm1' sample entry is registered with MP4RA, which is defined as MHAS > encapsulated single stream MPEG-H 3D Audio. > 'MHAS' stands for MPEG-H audio stream, which contains encoded audio data and > corresponds metadata for decoding. > This patch enables extracting the MHAS bitstream from MP4 and remuxing into > MP4. > > Signed-off-by: Yuki Tsuchiya <[email protected]> > --- > libavcodec/avcodec.h | 1 + > libavcodec/codec_desc.c | 7 +++++++ > libavcodec/version.h | 4 ++-- > libavformat/isom.c | 1 + > libavformat/movenc.c | 2 ++ > 5 files changed, 13 insertions(+), 2 deletions(-)
I split this in two patches (one for the new codec id, one for the support in mp4) and pushed thanks. _______________________________________________ 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".
