id3v24.cc.diff
| src/libaudtag/id3/id3v24.cc | ||
|---|---|---|
| 610 | 610 |
break; |
| 611 | 611 |
case ID3_APIC: |
| 612 | 612 |
if (image) |
| 613 |
* image = id3_decode_picture (& frame[0], frame.len ()); |
|
| 613 |
* image = id3_decode_picture (& frame[0], frame.len (), 4);
|
|
| 614 | 614 |
break; |
| 615 | 615 |
default: |
| 616 | 616 |
AUDDBG ("Ignoring unsupported ID3 frame %s.\n", (const char *) frame.key);
|
