[mythtv] LastFM support in MythMusic

Nigel Pearson nigel at ind.tansu.com.au
Mon Feb 25 18:37:44 UTC 2008


> What do you mean with an AVMD5?

Look at the header:

% cat src/mythtv/libs/libavutil/md5.h
...
struct AVMD5;

void av_md5_init(struct AVMD5 *ctx);
void av_md5_update(struct AVMD5 *ctx, const uint8_t *src, const int  
len);
void av_md5_final(struct AVMD5 *ctx, uint8_t *dst);
void av_md5_sum(uint8_t *dst, const uint8_t *src, const int len);

#endif /* FFMPEG_MD5_H */


I'm assuming that context is a variable
that you are passing to these functions?

--
Nigel Pearson, nigel at ind.tansu.com.au| $50 million worth of
Telstra Net. Eng., Sydney, Australia | hardware and you didn't
Office: 9202 3900    Fax:  9261 3912 | think we'd throw in a GPS?
Mobile: 0408 664435  Home: 9792 6998 |  - Jonas, Bionic Woman




More information about the mythtv-dev mailing list