Change read function signature.

This commit is contained in:
2019-03-22 21:22:36 +00:00
parent 544669c702
commit 99dc7ecb9c
4 changed files with 42 additions and 62 deletions

View File

@@ -236,6 +236,10 @@ typedef enum
CdMode2Form2 = 5
} TrackType;
typedef enum
{
DICF_STATUS_INVALID_CONTEXT = -1,
} DicformatStatus;
#endif //LIBDICFORMAT_ENUMS_H