Improve code style
This commit is contained in:
parent
876bef5937
commit
7af808a5ef
7 changed files with 5 additions and 8 deletions
|
@ -203,7 +203,7 @@ def write_flv_header(stream, metadata):
|
|||
stream.write(b'\x00\x00\x00\x00\x00\x00\x00')
|
||||
stream.write(metadata)
|
||||
# Magic numbers extracted from the output files produced by AdobeHDS.php
|
||||
#(https://github.com/K-S-V/Scripts)
|
||||
# (https://github.com/K-S-V/Scripts)
|
||||
stream.write(b'\x00\x00\x01\x73')
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue