Skip to content

Commit

Permalink
Merge pull request #442 from mleotta/dev/support-ts-video-ext
Browse files Browse the repository at this point in the history
Support loading MPEG transport stream files
  • Loading branch information
mleotta committed Apr 13, 2021
2 parents 7dd4456 + a735ee1 commit 16840c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions doc/release-notes/master.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ TeleSculptor Application

* Added support for building against VTK 9.0.

* Added support for opening .ts (MPEG transport stream) video files.


Fixes since v1.1.0
------------------
Expand Down
1 change: 1 addition & 0 deletions gui/MainWindow.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,7 @@ QSet<QString> supportedVideoExtensions()
result.insert("avi");
result.insert("wmw");
result.insert("mov");
result.insert("ts");
result.insert("txt"); // image list

return result;
Expand Down

0 comments on commit 16840c5

Please sign in to comment.