projects
/
platform
/
core
/
multimedia
/
libmm-fileinfo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daaf408
)
Remove unreachable code
82/247982/2
author
Minje Ahn
<minje.ahn@samsung.com>
Thu, 19 Nov 2020 04:27:19 +0000
(13:27 +0900)
committer
Minje ahn
<minje.ahn@samsung.com>
Thu, 19 Nov 2020 04:40:45 +0000
(
04:40
+0000)
Remove the unreachable code when parsing the ID3v1 tag in AAC format.
Change-Id: I556cd6950f71bff6e57222775ae61a31f2d0e45e
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
formats/ffmpeg/mm_file_format_aac.c
patch
|
blob
|
history
diff --git
a/formats/ffmpeg/mm_file_format_aac.c
b/formats/ffmpeg/mm_file_format_aac.c
index
0c429db
..
5aca8f0
100644
(file)
--- a/
formats/ffmpeg/mm_file_format_aac.c
+++ b/
formats/ffmpeg/mm_file_format_aac.c
@@
-174,9
+174,6
@@
static bool __parse_id3_tag(tMMFILE_AAC_HANDLE *pData)
}
switch (hTag->tagV2Info.tagVersion) {
- case 1:
- ret = mm_file_id3tag_parse_v110(hTag, tagBuff);
- break;
case 2:
ret = mm_file_id3tag_parse_v222(hTag, tagBuff);
break;