Skip to content

Commit 2184895

Browse files
author
markjrzhang
committed
update ParserMediaInfoUtils
2 parents 591bdfc + 09b79b6 commit 2184895

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/com/qcloud/cos/internal/ParserMediaInfoUtils.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,8 @@ public static void ParsingMediaVideo(MediaInfoVideo video, String name, String v
146146
video.setLanguage(value);
147147
case "NumFrames":
148148
video.setNumFrames(value);
149+
case "CreationTime":
150+
video.setCreationTime(value);
149151
default:
150152
break;
151153
}

0 commit comments

Comments
 (0)