Mark VandenBrink il y a 12 ans
Parent
commit
a7e7bff4c3
1 fichiers modifiés avec 0 ajouts et 2 suppressions
  1. 0 2
      mp4-atom.lisp

+ 0 - 2
mp4-atom.lisp

@@ -421,8 +421,6 @@ Loop through this container and construct constituent atoms"
 									  (as-string atom-parent-type) atom-version atom-flags 
 									  (if (typep atom-value 'array) (printable-array atom-value) atom-value)))))))
 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 (defun is-valid-m4-file (mp4-file)
   "Make sure this is an MP4 file.  Quick check: is first atom (at file-offset 4) == FSTYP?"
   (stream-seek mp4-file 0 :start)