~ppsspp/ppsspp/ffmpeg

« back to all changes in this revision

Viewing changes to libavutil/log.h

  • Committer: Henrik Rydgård
  • Date: 2014-01-03 10:44:32 UTC
  • Revision ID: git-v1:87c6c126784b1718bfa448ecf2e6a9fef781eb4e
Update our ffmpeg snapshot to a clone of the official repository.

This is because Maxim's at3plus support has been officially merged!

Show diffs side-by-side

added added

removed removed

Lines of Context:
240
240
/**
241
241
 * Set the logging callback
242
242
 *
 
243
 * @note The callback must be thread safe, even if the application does not use
 
244
 *       threads itself as some codecs are multithreaded.
 
245
 *
243
246
 * @see av_log_default_callback
244
247
 *
245
248
 * @param callback A logging function with a compatible signature.