diff -ru src/mp4_tag.c src/mp4_tag.c
|
|
|
50 | 50 | #undef PACKAGE_STRING |
51 | 51 | #undef PACKAGE_TARNAME |
52 | 52 | #undef PACKAGE_VERSION |
53 | | #include <mp4.h> |
| 53 | #include <mp4v2/mp4v2.h> |
54 | 54 | |
55 | 55 | |
56 | 56 | /**************** |
… |
… |
|
193 | 193 | for (pic_num = 0; (MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize,pic_num )); pic_num++) |
194 | 194 | #else |
195 | 195 | // There version handle only one picture! |
196 | | if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize ) ) |
| 196 | if ( MP4GetMetadataCoverArt( mp4file, &coverArt, &coverSize, 0 ) ) |
197 | 197 | #endif |
198 | 198 | { |
199 | 199 | Picture *pic; |