Mark VandenBrink %!s(int64=12) %!d(string=hai) anos
pai
achega
a7e7bff4c3
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 
 									  (as-string atom-parent-type) atom-version atom-flags 
 									  (if (typep atom-value 'array) (printable-array atom-value) atom-value)))))))
 									  (if (typep atom-value 'array) (printable-array atom-value) atom-value)))))))
 
 
-;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
-
 (defun is-valid-m4-file (mp4-file)
 (defun is-valid-m4-file (mp4-file)
   "Make sure this is an MP4 file.  Quick check: is first atom (at file-offset 4) == FSTYP?"
   "Make sure this is an MP4 file.  Quick check: is first atom (at file-offset 4) == FSTYP?"
   (stream-seek mp4-file 0 :start)
   (stream-seek mp4-file 0 :start)