Implement Spherical video metadata V2 extraction in MKV/WebM 01/155001/9
authorMykola Alieksieiev <m.alieksieie@samsung.com>
Fri, 29 Sep 2017 15:18:02 +0000 (18:18 +0300)
committerhj kim <backto.kim@samsung.com>
Tue, 13 Feb 2018 07:52:08 +0000 (07:52 +0000)
commitfa2ed992854c10ec5f4eb7264a4376235086e06f
tree9e792ca51b09b1c7fd21d3976636e3d003c42058
parentcb32ce38f5fcced9ea3afcf43e194dcc6b8c58d8
Implement Spherical video metadata V2 extraction in MKV/WebM

- No stereo-mode support added as far as it is stored using the
  existing StereoMode element specified in the Matroska spec. and
  can be supported in the Matroska format parser

- WebM files prepared with MKVMerge tool with "-w" option turned on
  (force WebM sub-format) are not recognized by libmm-fileinfo

- Ambisonic audio is not specified in Google's RFC v2

Change-Id: I4935602afb658bfa6971be247a4ffd1e3332fe55
Signed-off-by: Mykola Alieksieiev <m.alieksieie@samsung.com>
formats/ffmpeg/mm_file_format_ffmpeg.c
utils/include/mm_file_utils.h
utils/mm_file_util_io.c
utils/mm_file_util_tag.c