소스 검색

fake checkin

Mark VandenBrink 12 년 전
부모
커밋
a7e7bff4c3
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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)