Skip to content

Commit

Permalink
bump to latest isoparser for support of multiple trun per fragment
Browse files Browse the repository at this point in the history
  • Loading branch information
sannies committed Oct 6, 2015
1 parent 9d52be5 commit f8bd303
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<groupId>de.sannies.isoviewer</groupId>
<packaging>jar</packaging>
<name>ISO Viewer</name>
<version>1.9-SNAPSHOT</version>
<version>1.10-SNAPSHOT</version>
<description>The ISO Viewer is a UI Tool for viewing ISO Box files (see ISO/IEC 14496-12). Useful for looking into
MP4 files such as DASH segments or stand alone video file
</description>
Expand Down Expand Up @@ -121,7 +121,7 @@
<dependency>
<groupId>com.googlecode.mp4parser</groupId>
<artifactId>isoparser</artifactId>
<version>1.1.7</version>
<version>1.1.12</version>
</dependency>
<dependency>
<groupId>org.jdesktop.bsaf</groupId>
Expand Down

0 comments on commit f8bd303

Please sign in to comment.