The first all libcdio cdda_interface. There are some gaps could be

filled.

cdda_inteface.h renamed to cdda.h

cdio_destroy moved from cdio.h to device.h
This commit is contained in:
rocky
2005-01-05 04:16:11 +00:00
parent 2c20dfb2ef
commit 7a2a44a814
17 changed files with 254 additions and 722 deletions

View File

@@ -1,7 +1,7 @@
/*
$Id: p_block.h,v 1.1 2004/12/18 17:29:32 rocky Exp $
$Id: p_block.h,v 1.2 2005/01/05 04:16:11 rocky Exp $
Copyright (C) 2004 Rocky Bernstein <rocky@panix.com>
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
Copyright (C) by Monty (xiphmont@mit.edu)
This program is free software; you can redistribute it and/or modify
@@ -23,7 +23,7 @@
#define _P_BLOCK_H_
#include <cdio/paranoia.h>
#include <cdio/cdda_interface.h>
#include <cdio/cdda.h>
#define MIN_WORDS_OVERLAP 64 /* 16 bit words */
#define MIN_WORDS_SEARCH 64 /* 16 bit words */