diff options
Diffstat (limited to 'libhb/common.h')
-rw-r--r-- | libhb/common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libhb/common.h b/libhb/common.h index b7c468672..5a6320a43 100644 --- a/libhb/common.h +++ b/libhb/common.h @@ -465,7 +465,6 @@ struct hb_metadata_s char comment[1024]; char album[255]; char genre[255]; - enum arttype {UNKNOWN, BMP, GIF87A, GIF89A, JPG, PNG, TIFFL, TIFFB} coverart_type; uint32_t coverart_size; uint8_t *coverart; }; |