mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-01-04 21:25:40 +01:00
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().
This commit is contained in:
@@ -80,11 +80,4 @@ int ff_af_queue_add(AudioFrameQueue *afq, const AVFrame *f);
|
||||
void ff_af_queue_remove(AudioFrameQueue *afq, int nb_samples, int64_t *pts,
|
||||
int *duration);
|
||||
|
||||
/**
|
||||
* Log the current state of the queue.
|
||||
*
|
||||
* @param afq queue context
|
||||
*/
|
||||
void ff_af_queue_log_state(AudioFrameQueue *afq);
|
||||
|
||||
#endif /* AVCODEC_AUDIO_FRAME_QUEUE_H */
|
||||
|
||||
Reference in New Issue
Block a user