Skip to content

Commit

Permalink
Fix of typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbee committed Mar 11, 2019
1 parent 4b1e619 commit 1f72160
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion python/dash_tools/changetfdt.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@
import mp4filter

def main():
"Parse command line and call change_brands."
"Change base_media_decode_time in tfdt on multiple segment files."

argv = sys.argv
if len(argv) == 2:
infile = argv[1]
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

# Author details
author='Torbjorn Einarsson',
author_email='torbjorn.einasson@edgeware.tv',
author_email='torbjorn.einarsson@edgeware.tv',

# Choose your license
license='BSD',
Expand Down

0 comments on commit 1f72160

Please sign in to comment.