Seperate getting mp3 information into getting mp3_tag_info and mp3_stream_info 34/224034/14
authorjiyong.min <jiyong.min@samsung.com>
Wed, 5 Feb 2020 08:33:44 +0000 (17:33 +0900)
committerjiyong.min <jiyong.min@samsung.com>
Thu, 6 Feb 2020 07:43:42 +0000 (16:43 +0900)
commitf21315134c683b16800d1ea55fdf8a7393542380
treedd06a06c26163387ec2bb727551a1a1b371d0bda
parentd7123619a6dc6814ff99e1a44edf6a961714a0be
Seperate getting mp3 information into getting mp3_tag_info and mp3_stream_info

  - When 'mmfile_format_open' function is called, it read mp3 file
    to get mp3 information. Because scanning mp3 file call the function
    2~3 times, there was a loss in performance.
    So we changed the function call from open to read and
    seperated into two sub_function.

Change-Id: Ica77bed739c89e41e3643889e29ada6eadb7fd28
formats/ffmpeg/mm_file_format_mp3.c