Update grabbag tests to work out-of-tree.

This commit is contained in:
Erik de Castro Lopo
2015-02-15 14:31:30 +11:00
parent bb2abeaf10
commit 7c3cd3d908
4 changed files with 161 additions and 65 deletions

View File

@@ -40,6 +40,13 @@ extern "C" {
*/
FLAC__StreamMetadata *grabbag__picture_parse_specification(const char *spec, const char **error_message);
typedef struct PictureResolution
{ uint32_t width, height, depth, colors ;
} PictureResolution ;
FLAC__StreamMetadata *grabbag__picture_from_specification(int type, const char *mime_type, const char * description,
const PictureResolution * res, const char * filepath, const char **error_message);
#ifdef __cplusplus
}
#endif