Added picture kind constants.
This commit is contained in:
+1
-1
@@ -766,7 +766,7 @@
|
||||
(let ((r (FLAC__stream_encoder_init_file enc file #f #f)))
|
||||
(set! flac-file file)
|
||||
(unless (= r FLAC__StreamEncoderInitStatus-ok)
|
||||
(error 'flac-encoder-init "FLAC encoder init failed with status ~a" r))
|
||||
(error 'flac-encoder-init "FLAC encoder init failed with status ~a, state = ~a" r (FLAC__stream_encoder_get_state enc)))
|
||||
#t))
|
||||
|
||||
(define (write buffer size buf-info)
|
||||
|
||||
Reference in New Issue
Block a user