Browse Source

fake checkin

Mark VandenBrink 12 năm trước cách đây
mục cha
commit
a7e7bff4c3
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  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)