summaryrefslogtreecommitdiff
path: root/libavcodec/audio_frame_queue.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/audio_frame_queue.h')
-rw-r--r--libavcodec/audio_frame_queue.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/libavcodec/audio_frame_queue.h b/libavcodec/audio_frame_queue.h
index cfcc6a030c..4a2977094b 100644
--- a/libavcodec/audio_frame_queue.h
+++ b/libavcodec/audio_frame_queue.h
@@ -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 */