Support TPOS (Part of a Set) 64/200664/6
authorhj kim <backto.kim@samsung.com>
Thu, 28 Feb 2019 01:32:12 +0000 (10:32 +0900)
committerhj kim <backto.kim@samsung.com>
Thu, 28 Feb 2019 01:59:19 +0000 (10:59 +0900)
commit50e639e0e3a848d1363ad28a07394b7b511a4100
treefb3ba7df7af901d4d241e70ba0a19e665936e6ca
parent1352a442e9c148e7f88d84d3085f70d4a8302515
Support TPOS (Part of a Set)

The ‘Part of a set’ frame is a numeric string that describes which part of a set the audio came from.
This frame is used if the source described in the “TALB” frame is divided into several mediums,
e.g. a double CD. The value MAY be extended with a “/” character and a numeric string containing the total number of parts in the set. E.g. “1/2”.

Change-Id: Ic0613adda4b54834892e7592df34598b9d14be9b
formats/ffmpeg/include/mm_file_format_id3tag.h
formats/ffmpeg/mm_file_format_mp3.c
formats/ffmpeg/mm_file_formats.c
include/mm_file.h
include/mm_file_formats.h
mm_file.c [changed mode: 0644->0755]
packaging/libmm-fileinfo.spec
tests/mm_file_test.c
utils/include/mm_file_utils.h
utils/mm_file_util_print.c
utils/mm_file_util_tag.c