Project

General

Profile

id3-common.h.diff

Jim Turner, October 21, 2020 04:47

View differences:

src/libaudtag/id3/id3-common.h
31 31
void id3_decode_rva (Tuple & tuple, const char * data, int size);
32 32
void id3_decode_txxx (Tuple & tuple, const char * data, int size);
33 33

  
34
Index<char> id3_decode_picture (const char * data, int size);
34
Index<char> id3_decode_picture (const char * data, int size, int tagvsn);
35 35

  
36 36
#endif