OSDN Git Service

audio_frame_queue: Clean up ff_af_queue_log_state debug function
authorDiego Biurrun <diego@biurrun.de>
Sun, 26 Aug 2012 10:44:05 +0000 (12:44 +0200)
committerDiego Biurrun <diego@biurrun.de>
Sun, 26 Aug 2012 17:45:23 +0000 (19:45 +0200)
commitd7f9786cbcd3fede7c751f1c1f481e55ee2380bd
tree36c7fda4366510ab4473b0bd0916702deeb442da
parent1ce5dce454ea46280b188f0b7e37fc976fcfb606
audio_frame_queue: Clean up ff_af_queue_log_state debug function

The function is debug-only, so only compile it in debug mode.
Make it static as it has no uses outside of the file.
Change av_log() to av_dlog().
libavcodec/audio_frame_queue.c
libavcodec/audio_frame_queue.h